OSDN Git Service

scons: Silence conversion from 'size_t' to 'type', possible loss of data on MSVC.
authorJose Fonseca <jfonseca@vmware.com>
Fri, 20 Mar 2015 12:01:23 +0000 (12:01 +0000)
committerJose Fonseca <jfonseca@vmware.com>
Sun, 22 Mar 2015 08:23:24 +0000 (08:23 +0000)
commit06ac7178108ff8eb6e3eae103a302d79f0972d1a
treec025c7320c1a93090eb9ecb70e1c304906fd88f8
parent15c5595bb144d8018ebd922c6914772958cbf2b2
scons: Silence conversion from 'size_t' to 'type', possible loss of data on MSVC.

Most cases seem harmless, though that might not always be the case.  Maybe
one day we can get gcc to complain about these and fix them throughout
the code, but until then let's silence them.

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