PERFORCE change 140949 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed Apr 30 22:09:27 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=140949

Change 140949 by gabor at gabor_server on 2008/04/30 22:09:10

	- I want to get extensive warnings while working on the sources

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/diff/Makefile#2 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/diff/Makefile#2 (text+ko) ====

@@ -3,6 +3,6 @@
 
 PROG=	diff
 SRCS=	diff.c diffdir.c diffreg.c
-CFLAGS+= -std=c99
+CFLAGS+=	-std=c99 -Wall -pedantic
 
 .include <bsd.prog.mk>


More information about the p4-projects mailing list