commit | f0b745d556a937607652e536338a4bc6f30480e5 | [log] [tgz] |
---|---|---|
author | Steve Reinhardt <steve.reinhardt@amd.com> | Wed Mar 27 10:03:02 2013 -0700 |
committer | Steve Reinhardt <steve.reinhardt@amd.com> | Wed Mar 27 10:03:02 2013 -0700 |
tree | afea17382ebad1dc610ed410048058c9c31cd2ed | |
parent | 2018f61c262cce75923721a9bbd1393162bba1fd [diff] |
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).