scons: don't die on warnings in swig-generated code
Review Request #1779 - Created March 21, 2013 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Steve Reinhardt | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9593:82373f21c82f --------------------------- 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).
