Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2015 21:49:15 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r281620 - user/ngie/more-tests/tests/sys/socket
Message-ID:  <201504162149.t3GLnFf2002991@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504162149.t3GLnFf2002991>