]> Zhao Yanbai Git Server - minix.git/commitdiff
VFS: warnings are errors
authorThomas Veerman <thomas@minix3.org>
Mon, 2 Apr 2012 15:10:53 +0000 (15:10 +0000)
committerThomas Veerman <thomas@minix3.org>
Fri, 13 Apr 2012 12:59:32 +0000 (12:59 +0000)
servers/vfs/Makefile

index e76b026554f03286f1d4b1c4e35c6effc483056b..afea3e4963d9855eed69385b4f6d9e666e069096 100644 (file)
@@ -14,7 +14,7 @@ SRCS+=  gcov.c
 CPPFLAGS+= -DUSE_COVERAGE
 .endif
 
-CFLAGS+= -Wall -Wextra
+CFLAGS+= -Wall -Wextra -Werror
 DPADD+=        ${LIBSYS} ${LIBTIMERS} ${LIBEXEC}
 LDADD+=        -lsys -ltimers -lexec -lmthread