Subject: crypto/openssl triggers tons of warnings with -Wstrict-aliasing
To: None <current-users@netbsd.org>
From: Blair Sadewitz <blair.sadewitz@gmail.com>
List: current-users
Date: 06/08/2007 16:05:42
I accidentally left -Wstrict-aliasing in my CFLAGS from some work in
pkgsrc when I went to build the source tree.  I subsequently noticed a
whole cascade of errors about type-punning in crypto/openssl.  Does
anyone know if this is a false alarm?  If not, I'll build it again
sometime this weekend and submit patches to disable strict aliasing
where necessary.

Thanks,

--Blair