mesa/scons
Marek Olšák 335d49ef15 scons: don't add -Wmissing-field-initializers
The warning is absolutely useless. It doesn't actually say that there are
uninitialized variables. It points out the fact that there are missing
initializers and that variables are initialized to zero implicitly, which is
exactly what we want and what we commonly make use of.

C90 and C99 require all unspecified variables in the initializer list to be set
to zero.
2012-01-29 02:19:58 +01:00
..
crossmingw.py scons: Don't use gstabs on mingw-64. 2011-09-12 17:23:47 +01:00
custom.py scons: MacOSX build fixes. 2011-09-20 20:41:57 +01:00
dxsdk.py scons: Allow to use MS's DXSDK headers with MinGW. 2009-09-14 20:12:01 +01:00
fixes.py scons: Monkey patch os.spawnve on Windows to become thread safe. 2009-07-14 12:21:25 +01:00
gallium.py scons: don't add -Wmissing-field-initializers 2012-01-29 02:19:58 +01:00
llvm.py scons: add more LIBS for compiling with LLVM 2.9 on Windows 2011-08-26 08:05:35 -06:00
source_list.py scons: add ParseSourceList method 2011-08-23 09:11:58 +08:00
x11.py scons: Restore x11 tool behavior for backwards compatability. 2010-11-01 14:37:18 +00:00