summaryrefslogtreecommitdiffstats
path: root/usr.sbin/burncd/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-12-29 22:28:51 +0000
committerwollman <wollman@FreeBSD.org>2002-12-29 22:28:51 +0000
commitbe7461fd3fb433cd819129bdd5144d08f52d5d81 (patch)
tree3901df99186b417ba4150106b2182664784d3163 /usr.sbin/burncd/Makefile
parenta5e6190191848c8fd52ef98a63e9dee6876a0773 (diff)
downloadFreeBSD-src-be7461fd3fb433cd819129bdd5144d08f52d5d81.zip
FreeBSD-src-be7461fd3fb433cd819129bdd5144d08f52d5d81.tar.gz
Fix printf format errors on 64-bit platforms and make WARNS=5 compliant.
Checked on Alpha and IA32. Reviewed by: maintainer timeout MFC after: 1 week
Diffstat (limited to 'usr.sbin/burncd/Makefile')
-rw-r--r--usr.sbin/burncd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/burncd/Makefile b/usr.sbin/burncd/Makefile
index bb73d9a..22423e4 100644
--- a/usr.sbin/burncd/Makefile
+++ b/usr.sbin/burncd/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= burncd
-WARNS?= 2
+WARNS?= 5
NO_WERROR= yes
MAN= burncd.8
OpenPOWER on IntegriCloud