Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2008 22:10:27 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 140950 for review
Message-ID:  <200804302210.m3UMARZs016414@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=140950

Change 140950 by gabor@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804302210.m3UMARZs016414>