aboutsummaryrefslogtreecommitdiff
path: root/bin/pax/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2010-02-07 17:05:22 +0000
committerWarner Losh <imp@FreeBSD.org>2010-02-07 17:05:22 +0000
commitff52ef9533953e19c17f9860beb044ac1c09d91d (patch)
tree83cbcf76fd27414227cd426e16e953b0bc43e48f /bin/pax/Makefile
parentf004528903a7c1599d658b41e35d6ac73536ce6a (diff)
downloadsrc-ff52ef9533953e19c17f9860beb044ac1c09d91d.tar.gz
src-ff52ef9533953e19c17f9860beb044ac1c09d91d.zip
Tell the compiler these structures are aligned to a byte boundary.
All the elements of these structs are char anyway, so it won't hurt performance. Bump warns back up to the default. # we likely should have CTASSERTS to make sure they are the right size. # but with libarchive based tar maybe we shouldn't bother.
Notes
Notes: svn path=/head/; revision=203613
Diffstat (limited to 'bin/pax/Makefile')
-rw-r--r--bin/pax/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/pax/Makefile b/bin/pax/Makefile
index 77ef639a859c..f142bfcc05a2 100644
--- a/bin/pax/Makefile
+++ b/bin/pax/Makefile
@@ -33,6 +33,4 @@ SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
#MAN= pax.1 tar.1 cpio.1
#LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio
-WARNS?= 3
-
.include <bsd.prog.mk>