Explorar el Código

build: fix a typo in configure.ac that had deactivated most warnings.

undefined
Sam Hocevar hace 10 años
padre
commit
055265bd47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac Ver fichero

@@ -215,7 +215,7 @@ LOL_TRY_CXXFLAGS(-Wparentheses, [AM_CPPFLAGS="${AM_CPPFLAGS} -Wparentheses"])
LOL_TRY_CXXFLAGS(-Wreorder, [AM_CXXFLAGS="${AM_CXXFLAGS} -Wreorder"])

dnl Disable these warnings because they're annoyingly verbose
LOL_TRY_CXXFLAGS(-Wno-psabi, [AM_CPPFLAGS="${AM_CXXFLAGS} -Wno-psabi"])
LOL_TRY_CXXFLAGS(-Wno-psabi, [AM_CPPFLAGS="${AM_CPPFLAGS} -Wno-psabi"])


AC_CHECK_LIB(m, sin, MATH_LIBS="${MATH_LIBS} -lm")


Cargando…
Cancelar
Guardar