scons: Silence MSVC C4351 warning.
authorJose Fonseca <jfonseca@vmware.com>
Thu, 19 Mar 2015 22:22:26 +0000 (22:22 +0000)
committerJose Fonseca <jfonseca@vmware.com>
Sun, 22 Mar 2015 08:23:24 +0000 (08:23 +0000)
commite4d95982ee36097a86c4afec3f34924964978c21
tree5c0ecd7414058d639bd95ca56504fbf31816744b
parente518d97d7e8136384d5310235e2dd295170bfdcd
scons: Silence MSVC C4351 warning.

It warns about change in MSVC behavior -- array initialisation used to
be non-standard, but is standard now, assuming I understand correctly
http://en.cppreference.com/w/cpp/language/zero_initialization .

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