]> git.ipfire.org Git - thirdparty/krb5.git/commit
Turn off -Wmaybe-uninitialized 665/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 15 Jun 2017 00:45:15 +0000 (20:45 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 15 Jun 2017 15:38:44 +0000 (11:38 -0400)
commit473536392a00e76642e8770b8163a501d10c6961
treecc22b32895d5b40bf1a417853c22d49fa55e2a66
parent1a3f7ce0708a0695fd93c2445cf1fd0401ce00d4
Turn off -Wmaybe-uninitialized

In gcc, maybe-uninitialized gives different warnings depending on the
optimization level, and in our experience usually gives false
positives.  We don't ask for it (except implicitly through -Wall), but
gcc bundles it into the error behavior of -Werror=uninitialized.
Explicitly turn it off so that builds with -Og and -Os don't error
out.
src/aclocal.m4
src/lib/krb5/krb/deltat.c
src/lib/krb5/krb/x-deltat.y