Date: Thu, 16 Apr 2015 05:38:20 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r281587 - user/ngie/more-tests/tests/sys/socket Message-ID: <201504160538.t3G5cKW8039278@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Thu Apr 16 05:38:19 2015 New Revision: 281587 URL: https://svnweb.freebsd.org/changeset/base/281587 Log: Set WARNS to 6, but turn off -Wcast-align; this is an issue with unix_cmsg and unix_passfd_test 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 05:37:19 2015 (r281586) +++ user/ngie/more-tests/tests/sys/socket/Makefile Thu Apr 16 05:38:19 2015 (r281587) @@ -42,12 +42,9 @@ ATF_TESTS_C+= zerosend_test DPADD.sendfile_test+= ${LIBMD} LDADD.sendfile_test+= -lmd -# XXX: this doesn't work..? -#WARNS.unix_cmsg= 3 -#WARNS.unix_gc= 3 -#WARNS.unix_passfd= 3 -#WARNS.zerosend= 2 +# XXX: unix_cmsg_test and unix_passfd_test need to be fixed +NO_WCAST_ALIGN.clang= -WARNS= 2 +WARNS?= 6 .include <bsd.test.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504160538.t3G5cKW8039278>