Module Name: src
Committed By: pooka
Date: Tue Jan 25 12:56:58 UTC 2011
Modified Files:
src/lib/librumphijack: Makefile
Log Message:
enable WARNS=4
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/librumphijack/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/librumphijack/Makefile
diff -u src/lib/librumphijack/Makefile:1.4 src/lib/librumphijack/Makefile:1.5
--- src/lib/librumphijack/Makefile:1.4 Tue Jan 25 12:56:25 2011
+++ src/lib/librumphijack/Makefile Tue Jan 25 12:56:57 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/01/25 12:56:25 pooka Exp $
+# $NetBSD: Makefile,v 1.5 2011/01/25 12:56:57 pooka Exp $
#
LIB= rumphijack
@@ -11,6 +11,8 @@
CPPFLAGS+= -D_DIAGNOSTIC -D_REENTRANT
+WARNS= 4
+
#DBG=-g
#NOGCCERROR=1