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
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