svn commit: r281620 - user/ngie/more-tests/tests/sys/socket

Garrett Cooper ngie at FreeBSD.org
Thu Apr 16 21:49:15 UTC 2015


Author: ngie
Date: Thu Apr 16 21:49:15 2015
New Revision: 281620
URL: https://svnweb.freebsd.org/changeset/base/281620

Log:
  sparc64 gcc has -Wcast-align issues as well on sparc64; disable the warning for all compilers

Modified:
  user/ngie/more-tests/tests/sys/socket/Makefile

Modified: user/ngie/more-tests/tests/sys/socket/Makefile
==============================================================================
--- user/ngie/more-tests/tests/sys/socket/Makefile	Thu Apr 16 21:47:25 2015	(r281619)
+++ user/ngie/more-tests/tests/sys/socket/Makefile	Thu Apr 16 21:49:15 2015	(r281620)
@@ -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
 


More information about the svn-src-user mailing list