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

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

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



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