scons: Adjust the warnings for VS.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 1 May 2014 14:40:43 +0000 (15:40 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 2 May 2014 21:04:46 +0000 (22:04 +0100)
commit42b9f8590d3002bc04b08397031b80e4a4d6e921
treefd9afbf8f13672573e224328c6e26c44a4780e1b
parent5bd3b91784450b668d9ed37593a9a7b9fcb53073
scons: Adjust the warnings for VS.

Silence insignificant warnings so significant warnings have a chance to
stand out.

The only abundant warning that's not silenced here is "C4018:
signed/unsigned mismatch", as it could hide security issues, so it's better
to actually fix the code.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
scons/gallium.py