scons: Disable MSVC warnings about inconsistent function annotation.
authorJose Fonseca <jfonseca@vmware.com>
Tue, 24 Mar 2015 19:50:48 +0000 (19:50 +0000)
committerJose Fonseca <jfonseca@vmware.com>
Wed, 25 Mar 2015 10:42:45 +0000 (10:42 +0000)
commit28c54400af1ee04306342f67e56dc9e37933c538
treeef5f68ea7b683be5980a693e3f498e898e523826
parentcb88edbd4e9cb198013129a360cb3d4163ac3837
scons: Disable MSVC warnings about inconsistent function annotation.

Somehow, merely including any of the *intrin.h headers causes dozens of
this warnings (when compiling pretty much every source file).  MSVC does
not always complain the same -- so it's possible we're doing something
weird --, but silence these warnings in the meanwhile.

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