Turn off -Werror here; breaks configure.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 7 Nov 2018 07:40:12 +0000 (07:40 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 7 Nov 2018 07:40:15 +0000 (07:40 +0000)
Should turn it back on somewhere else.

src/microcode/configure.ac

index 0ad78b8c0f92e90bb42f7bed1ed54914aee3b99c..337c9ea963bf53d48cd7fcaa2c0bddf2d7853296 100644 (file)
@@ -208,7 +208,7 @@ if test ${GCC} = yes; then
        CFLAGS="-O0 -g -DENABLE_DEBUGGING_TOOLS ${CFLAGS}"
        LDFLAGS="${LDFLAGS} -g"
     fi
-    CFLAGS="-Wall -Werror -Wundef -Wpointer-arith -Winline ${CFLAGS}"
+    CFLAGS="-Wall -Wundef -Wpointer-arith -Winline ${CFLAGS}"
     CFLAGS="-Wstrict-prototypes -Wnested-externs -Wredundant-decls ${CFLAGS}"
 
     AC_MSG_CHECKING([for GCC>=4])