From b7a2b7c5dd7596a9ee10e2fd10238d916f52dd8e Mon Sep 17 00:00:00 2001 From: markm Date: Wed, 12 Dec 2001 22:46:56 +0000 Subject: Fix the time of an intmax_t calculation; it is unsigned. Also print it with the correct formatting (%ju, not %lld). GCC's -Wformat does not understand this, so turn on NO_WERROR. --- usr.bin/tcopy/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/tcopy/Makefile') diff --git a/usr.bin/tcopy/Makefile b/usr.bin/tcopy/Makefile index 5a42f6d..8a6fc55 100644 --- a/usr.bin/tcopy/Makefile +++ b/usr.bin/tcopy/Makefile @@ -1,5 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= tcopy +NO_WERROR=yes .include -- cgit v1.1