Re: [Mesa-dev] [PATCH 3/9] scons: Disable MSVC signed/unsigned mismatch warnings.

2014-11-26 Thread Jose Fonseca
On 26/11/14 19:16, Jan Vesely wrote: On Wed, 2014-11-26 at 18:47 +, jfons...@vmware.com wrote: From: José Fonseca Unfortunately gcc completely ignores the issue, and as result code that mixes signed/unsigned is so widespread through the code base end up being little more than noise, potent

Re: [Mesa-dev] [PATCH 3/9] scons: Disable MSVC signed/unsigned mismatch warnings.

2014-11-26 Thread Emil Velikov
On 26/11/14 19:16, Jan Vesely wrote: > On Wed, 2014-11-26 at 18:47 +, jfons...@vmware.com wrote: >> From: José Fonseca >> >> Unfortunately gcc completely ignores the issue, and as result code that >> mixes signed/unsigned is so widespread through the code base end up >> being little more than

Re: [Mesa-dev] [PATCH 3/9] scons: Disable MSVC signed/unsigned mismatch warnings.

2014-11-26 Thread Roland Scheidegger
Am 26.11.2014 um 19:47 schrieb jfons...@vmware.com: > From: José Fonseca > > Unfortunately gcc completely ignores the issue, and as result code that > mixes signed/unsigned is so widespread through the code base end up > being little more than noise, potentially obscuring more pertinent > warning

Re: [Mesa-dev] [PATCH 3/9] scons: Disable MSVC signed/unsigned mismatch warnings.

2014-11-26 Thread Jan Vesely
On Wed, 2014-11-26 at 18:47 +, jfons...@vmware.com wrote: > From: José Fonseca > > Unfortunately gcc completely ignores the issue, and as result code that > mixes signed/unsigned is so widespread through the code base end up > being little more than noise, potentially obscuring more pertinent

[Mesa-dev] [PATCH 3/9] scons: Disable MSVC signed/unsigned mismatch warnings.

2014-11-26 Thread jfonseca
From: José Fonseca Unfortunately gcc completely ignores the issue, and as result code that mixes signed/unsigned is so widespread through the code base end up being little more than noise, potentially obscuring more pertinent warnings. This change disables them. --- scons/gallium.py | 1 + 1 fi