Skip to content
  • David Greene's avatar
    Disable -Wuninitialized for gcc · 9ff8d471
    David Greene authored
    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.
    
    llvm-svn: 172006
    9ff8d471
Loading