PERFORCE change 140950 for review
Gabor Kovesdan
gabor at FreeBSD.org
Wed Apr 30 22:10:28 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=140950
Change 140950 by gabor at gabor_server on 2008/04/30 22:10:17
- I want to get extensive warnings while working on the sources
Affected files ...
.. //depot/projects/soc2008/gabor_textproc/sort/Makefile#2 edit
Differences ...
==== //depot/projects/soc2008/gabor_textproc/sort/Makefile#2 (text+ko) ====
@@ -4,6 +4,6 @@
PROG= sort
SRCS= append.c fields.c files.c fsort.c init.c msort.c sort.c tmp.c
-CFLAGS+= -Wall -std=c99
+CFLAGS+= -std=c99 -Wall -pedantic
.include <bsd.prog.mk>
More information about the p4-projects
mailing list