summaryrefslogtreecommitdiffstats
path: root/usr.bin/tcopy/Makefile
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2010-06-28 12:00:20 +0000
committergavin <gavin@FreeBSD.org>2010-06-28 12:00:20 +0000
commitb1c566e1ce4d8cc7ebf01274e6cbc4f7816a5c33 (patch)
treebd6fd949064f1b8d33b13da03d444de718e6ae72 /usr.bin/tcopy/Makefile
parent491aa14591485204fb4088c282f024c97d2c56cd (diff)
downloadFreeBSD-src-b1c566e1ce4d8cc7ebf01274e6cbc4f7816a5c33.zip
FreeBSD-src-b1c566e1ce4d8cc7ebf01274e6cbc4f7816a5c33.tar.gz
Make WARNS=6 safe, mainly by casting to intmax_t and printing with %ju
where needed. Also, fix bad indentation on lines already affected by the above changes. Tested with: make universe
Diffstat (limited to 'usr.bin/tcopy/Makefile')
-rw-r--r--usr.bin/tcopy/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/tcopy/Makefile b/usr.bin/tcopy/Makefile
index feb5769..1bae0b2 100644
--- a/usr.bin/tcopy/Makefile
+++ b/usr.bin/tcopy/Makefile
@@ -3,6 +3,4 @@
PROG= tcopy
-WARNS?= 1
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud