Disable -Wuninitialized for gcc
authorDavid Greene <greened@obbligato.org>
Wed, 9 Jan 2013 22:11:13 +0000 (22:11 +0000)
committerDavid Greene <greened@obbligato.org>
Wed, 9 Jan 2013 22:11:13 +0000 (22:11 +0000)
commitd2f8216ba496b139815aee29052093c1b0d7a996
treec67b0c125cbb888ca8dfc850f03512200603e4ea
parent78ec0255d9ab184af7799c14d93879e5f21b9007
Disable -Wuninitialized for gcc

If the compiler is gcc, disable variants of -Wuninitialized depending
on the gcc version.  This gets a lot of false positive warnings out of
the build.

Generate a new configure for the gcc -Wno-uninitialized fix.

Pick up -Wno-uninitialized from configure

Add the option -Wno[-maybe]-uninitialized as determined by configure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172006 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.config.in
Makefile.rules
autoconf/configure.ac
configure