scons: Disable MSVC signed/unsigned mismatch warnings.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 25 Nov 2014 22:27:04 +0000 (22:27 +0000)
committerJose Fonseca <jfonseca@vmware.com>
Wed, 18 Mar 2015 21:51:40 +0000 (21:51 +0000)
commitbbac03ecca51fdbedf3c569c68322043c8e93fae
tree6806334cb32b233ac689a59938665a07cae414f9
parent2ccfce3f4ce72e1ae3e85c44193b3343e23572d8
scons: Disable MSVC signed/unsigned mismatch warnings.

By default gcc ignores the issue, and as result code that mixes
signed/unsigned is so widespread through the code base that it ends up
being little more than noise, potentially obscuring more pertinent
warnings.

Maybe one day we enable the corresponding gcc warnings and cleanup, but
until then, this change disables them.

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