On Thu, 2013-02-21 at 05:15 -0500, Jeffrey Walton wrote: > You enabled it with -Wextra, then you turned it off with > -Wno-missing-field-initializers. Its not latched - the last option > wins.
Good catch! I forgot to remove that while doing some rapid prototyping. > In addition, GCC's analysis may not have caught the issue since its a > static analyzer. For better analysis of uninitialized values, its > often better to use dynamic analysis - Valgrind at runtime. Ack. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org