Parcourir la source

build: reduce strict overflow warnings, they’re a bit too verbose.

undefined
Sam Hocevar il y a 10 ans
Parent
révision
a72a7e39bc
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      configure.ac

+ 1
- 0
configure.ac Voir le fichier

@@ -207,6 +207,7 @@ LOL_TRY_CXXFLAGS(-Wcast-align, [AM_CPPFLAGS="${AM_CPPFLAGS} -Wcast-align"])
LOL_TRY_CXXFLAGS(-Wcast-qual, [AM_CPPFLAGS="${AM_CPPFLAGS} -Wcast-qual"])
LOL_TRY_CXXFLAGS(-Wshadow, [AM_CPPFLAGS="${AM_CPPFLAGS} -Wshadow"])
LOL_TRY_CXXFLAGS(-Wsign-compare, [AM_CPPFLAGS="${AM_CPPFLAGS} -Wsign-compare"])
LOL_TRY_CXXFLAGS(-Wstrict-overflow=1, [AM_CPPFLAGS="${AM_CPPFLAGS} -Wstrict-overflow=1"])

dnl Add these even though they're implicitly set, so that we can safely
dnl remove them from within a Makefile.


Chargement…
Annuler
Enregistrer