summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-04-16 21:49:15 +0000
committerngie <ngie@FreeBSD.org>2015-04-16 21:49:15 +0000
commitaba0162dff353a948963e43131dd4ae025de1dfe (patch)
tree83d49237778f66c0ada51f40edbb80649ea944d3 /tests
parentcf883a74461eaafdad6771e4401edcede5ca2dcb (diff)
downloadFreeBSD-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/Makefile2
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
OpenPOWER on IntegriCloud