aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/Makefile
diff options
context:
space:
mode:
authorJohan Karlsson <johan@FreeBSD.org>2003-11-14 13:07:38 +0000
committerJohan Karlsson <johan@FreeBSD.org>2003-11-14 13:07:38 +0000
commit8a0453d61423c4af12f923508df8b182b48f85f2 (patch)
treea621221425b2efb37b2257eb7259a6491c489f74 /sbin/dump/Makefile
parent4893027ac47303c747cbd6e79e4ef26b3d996fe7 (diff)
downloadsrc-8a0453d61423c4af12f923508df8b182b48f85f2.tar.gz
src-8a0453d61423c4af12f923508df8b182b48f85f2.zip
Make this WARNS=2 clean by
- using (intmax_t) and %j - giving a non-empty format string to msg() Include <stdint.h> directly instead of depending on <inttypes.h> to do it. Tested by: make universe
Notes
Notes: svn path=/head/; revision=122669
Diffstat (limited to 'sbin/dump/Makefile')
-rw-r--r--sbin/dump/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index 2dd6fdae0105..608162aa570e 100644
--- a/sbin/dump/Makefile
+++ b/sbin/dump/Makefile
@@ -16,7 +16,6 @@
PROG= dump
LINKS= ${BINDIR}/dump ${BINDIR}/rdump
CFLAGS+=-DRDUMP
-WARNS= 0
SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c cache.c
MAN= dump.8
MLINKS= dump.8 rdump.8