Module Name: src
Committed By: matt
Date: Sat Aug 4 15:13:09 UTC 2012
Modified Files:
src/lib/libpthread: Makefile
Log Message:
-Wfoo goes into CWARNFLAGS
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/lib/libpthread/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpthread/Makefile
diff -u src/lib/libpthread/Makefile:1.76 src/lib/libpthread/Makefile:1.77
--- src/lib/libpthread/Makefile:1.76 Wed Apr 4 10:59:46 2012
+++ src/lib/libpthread/Makefile Sat Aug 4 15:13:09 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2012/04/04 10:59:46 joerg Exp $
+# $NetBSD: Makefile,v 1.77 2012/08/04 15:13:09 matt Exp $
#
WARNS?= 5
@@ -217,4 +217,4 @@ MLINKS+= pthread_testcancel.3 pthread_se
# pthread_setspecific() and pthread_getspecific(), since the constness
# of the argument to setspecific() has to be discarded *somewhere*
# before returning it from getspecific().
-CFLAGS+= -Wno-cast-qual
+CWARNFLAGS+= -Wno-cast-qual