From: Thomas Veerman Date: Mon, 2 Apr 2012 15:10:53 +0000 (+0000) Subject: VFS: warnings are errors X-Git-Tag: v3.2.1~599 X-Git-Url: http://zhaoyanbai.com/repos/rndc.conf.html?a=commitdiff_plain;h=defe32951906329495537f7cc271ab18e4ef87ed;p=minix.git VFS: warnings are errors --- diff --git a/servers/vfs/Makefile b/servers/vfs/Makefile index e76b02655..afea3e496 100644 --- a/servers/vfs/Makefile +++ b/servers/vfs/Makefile @@ -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