Den 04-11-2010 12:11, Bart Van Assche skrev:
> Using -Wno-strict-aliasing is wrong and may result in incorrect code
> generation -- -fno-strict-aliasing should be used instead. IMHO this
> flag should be added to CFLAGS by the configure script, together with a
> test whether the configured compiler
On Thu, Oct 28, 2010 at 9:49 PM, Niels Baggesen
wrote:
> [ ... ]
> My configuration is:
>
> ../net-snmp-svn/trunk/net-snmp/configure \
> [ ... ]
>--with-cflags="-Wchar-subscripts -Wno-strict-aliasing" \
> [ ... ]
>
Hello Niels,
Using -Wno-strict-aliasing is wrong and may result in incorrect