Re: svn commit: r204025 - head/share/mk

2010-02-17 Thread M. Warner Losh
In message: <201002180206.o1i26vjl023...@svn.freebsd.org> Marcel Moolenaar writes: : Allow suppression of -Wcast-align for WARNS>=4 by defining : NO_WCAST_ALIGN. The headers of the standard C++ library are : not 64-bit clean and trigger the warning. This prevents use : of WARNS

svn commit: r204025 - head/share/mk

2010-02-17 Thread Marcel Moolenaar
Author: marcel Date: Thu Feb 18 02:06:57 2010 New Revision: 204025 URL: http://svn.freebsd.org/changeset/base/204025 Log: Allow suppression of -Wcast-align for WARNS>=4 by defining NO_WCAST_ALIGN. The headers of the standard C++ library are not 64-bit clean and trigger the warning. This prev