summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2008-09-08 00:58:12 +0000
committerkientzle <kientzle@FreeBSD.org>2008-09-08 00:58:12 +0000
commit97fcc0ce31300825e8d5cf214d8302ffa2f891e9 (patch)
tree0349d827adec97a6ce83103af8717f8c5d12e9e7 /lib/libarchive/test/Makefile
parentec02d7a2e06a8a5358377f65c173689a5300bfe7 (diff)
downloadFreeBSD-src-97fcc0ce31300825e8d5cf214d8302ffa2f891e9.zip
FreeBSD-src-97fcc0ce31300825e8d5cf214d8302ffa2f891e9.tar.gz
Fix a type-aliasing problem in the libarchive test suite,
restore WARNS=6.
Diffstat (limited to 'lib/libarchive/test/Makefile')
-rw-r--r--lib/libarchive/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/test/Makefile b/lib/libarchive/test/Makefile
index cbfb6dd..42869e8 100644
--- a/lib/libarchive/test/Makefile
+++ b/lib/libarchive/test/Makefile
@@ -89,7 +89,7 @@ CFLAGS+= -I${LA_SRCDIR} -I.
# Uncomment to link against dmalloc
#LDADD+= -L/usr/local/lib -ldmalloc
#CFLAGS+= -I/usr/local/include -DUSE_DMALLOC
-#WARNS=6
+WARNS=6
# Build libarchive_test and run it.
check test: libarchive_test
OpenPOWER on IntegriCloud