From d50f790fa44da406b297883303743fdff9bef50f Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 22 Jul 2002 00:21:17 +0000 Subject: No more NO_WERROR for the kernel. It's still possible though, but seperate from NO_WERROR which is easily mixed up with in userland. --- sys/powerpc/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 3c28f1e7ec6a..cadfabdf8fa9 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -27,7 +27,7 @@ maxusers 0 #hints "GENERIC.hints" #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols -makeoptions NO_WERROR=true #XXX: We don't want -Werror just now +makeoptions WERROR=-Wno-error #XXX: We don't want -Werror just now options FFS options NFSCLIENT -- cgit v1.3