Make the C compiler warnings that we subscribe to fatal.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 7 Nov 2018 03:08:47 +0000 (03:08 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 7 Nov 2018 03:08:47 +0000 (03:08 +0000)
src/microcode/configure.ac

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