scons: don't die on warnings in swig-generated code
authorSteve Reinhardt <steve.reinhardt@amd.com>
Wed, 27 Mar 2013 17:03:02 +0000 (10:03 -0700)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Wed, 27 Mar 2013 17:03:02 +0000 (10:03 -0700)
commitf0b745d556a937607652e536338a4bc6f30480e5
treeafea17382ebad1dc610ed410048058c9c31cd2ed
parent2018f61c262cce75923721a9bbd1393162bba1fd
scons: don't die on warnings in swig-generated code

There's not much to do about it other than disable the offending
warning anyway, so it's not worth terminating the build over.

Also suppress uninitialized variable warnings on gcc (happens
at least with gcc 4.4 and swig 1.3.40).
src/SConscript