Date: Sat, 20 Apr 2002 14:37:26 -0700 (PDT) From: "J. Mallett" <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 Makefile gnum4.c Message-ID: <200204202137.g3KLbQT71877@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2002/04/20 14:37:26 PDT
Modified files:
usr.bin/m4 Makefile gnum4.c
Log:
Use %zu to print a size_t, not %u and definitely not %d.
Remove WARNS?=2, as GCC will usually throw a fit right now, and I'm not going
to mix WARNS and NO_WERROR.
Submitted by: fenner
Revision Changes Path
1.5 +0 -1 src/usr.bin/m4/Makefile
1.5 +1 -1 src/usr.bin/m4/gnum4.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204202137.g3KLbQT71877>
