Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librumphijack enable WARNS=4



details:   https://anonhg.NetBSD.org/src/rev/63470c87e825
branches:  trunk
changeset: 761364:63470c87e825
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jan 25 12:56:57 2011 +0000

description:
enable WARNS=4

diffstat:

 lib/librumphijack/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 483ccd924046 -r 63470c87e825 lib/librumphijack/Makefile
--- a/lib/librumphijack/Makefile        Tue Jan 25 12:56:25 2011 +0000
+++ b/lib/librumphijack/Makefile        Tue Jan 25 12:56:57 2011 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index