[netfilter-cvslog] r3364 - trunk/nfsim

rusty at netfilter.org rusty at netfilter.org
Tue Dec 14 05:42:44 CET 2004


Author: rusty at netfilter.org
Date: 2004-12-14 05:42:44 +0100 (Tue, 14 Dec 2004)
New Revision: 3364

Modified:
   trunk/nfsim/Makefile.in
Log:
Add -Wmissing-prototypes.


Modified: trunk/nfsim/Makefile.in
===================================================================
--- trunk/nfsim/Makefile.in	2004-12-14 02:58:31 UTC (rev 3363)
+++ trunk/nfsim/Makefile.in	2004-12-14 04:42:44 UTC (rev 3364)
@@ -6,7 +6,7 @@
 LIBDIR=%LIBDIR%
 BASEDIR=%BASEDIR%
 
-CFLAGS   = -Wstrict-prototypes -Wunused -Wall -g -Wa,-W
+CFLAGS   = -Wmissing-prototypes -Wstrict-prototypes -Wunused -Wall -g -Wa,-W
 CPPFLAGS = -I. -I$(shell pwd)/core -I$(shell pwd)/kernelenv/include \
 	   -I$(shell pwd)/netfilter/include
 




More information about the netfilter-cvslog mailing list