diff options
author | ngie <ngie@FreeBSD.org> | 2015-04-16 21:49:15 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-04-16 21:49:15 +0000 |
commit | aba0162dff353a948963e43131dd4ae025de1dfe (patch) | |
tree | 83d49237778f66c0ada51f40edbb80649ea944d3 /tests | |
parent | cf883a74461eaafdad6771e4401edcede5ca2dcb (diff) | |
download | FreeBSD-src-aba0162dff353a948963e43131dd4ae025de1dfe.zip FreeBSD-src-aba0162dff353a948963e43131dd4ae025de1dfe.tar.gz |
sparc64 gcc has -Wcast-align issues as well on sparc64; disable the warning for all compilers
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sys/socket/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/socket/Makefile b/tests/sys/socket/Makefile index 2efb8b5..a119863 100644 --- a/tests/sys/socket/Makefile +++ b/tests/sys/socket/Makefile @@ -39,7 +39,7 @@ DPADD.sendfile_test+= ${LIBMD} LDADD.sendfile_test+= -lmd # XXX: unix_cmsg_test and unix_passfd_test need to be fixed -NO_WCAST_ALIGN.clang= +NO_WCAST_ALIGN= WARNS?= 6 |