From a3ee32f3f72b616867d19e5abbd1ebd4d3ae1052 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Thu, 11 Jul 2002 08:45:38 +0000 Subject: Set WFORMAT=0, because our compiler currently complains about NULL arg 2 to err() and friends, and warnings are promoted to errors. This allows the following revisions to be reverted: rev 1.39 src/bin/cp/cp.c rev 1.26 src/bin/chmod/chmod.c rev 1.40 src/bin/rm/rm.c The following revisions can already be reverted, because they were already covered by WFORMAT=0: rev 1.8 src/bin/ls/lomac.c rev 1.63 src/bin/ls/ls.c rev 1.8 src/bin/ps/lomac.c rev 1.34 src/bin/rcp/rcp.c --- bin/chmod/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/chmod') diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile index 71006d00a523..34203fff2002 100644 --- a/bin/chmod/Makefile +++ b/bin/chmod/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= chmod +WFORMAT=0 .include -- cgit v1.2.3