[Mesa-dev] [PATCH 09/15] scons: Prefer winflexbison, and use --wincompat when available.

2015-03-20 Thread Jose Fonseca
This avoids MSVC the warning warning C4013: 'isatty' undefined; assuming extern returning int with certain versions of flex. --- scons/gallium.py | 39 --- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/scons/gallium.py b/scons/gallium.py

Re: [Mesa-dev] [PATCH 09/15] scons: Prefer winflexbison, and use --wincompat when available.

2015-03-20 Thread Brian Paul
On 03/20/2015 07:59 AM, Jose Fonseca wrote: This avoids MSVC the warning warning C4013: 'isatty' undefined; assuming extern returning int with certain versions of flex. --- scons/gallium.py | 39 --- 1 file changed, 32 insertions(+), 7 deletions(-)

Re: [Mesa-dev] [PATCH 09/15] scons: Prefer winflexbison, and use --wincompat when available.

2015-03-20 Thread Jose Fonseca
On 20/03/15 14:36, Brian Paul wrote: On 03/20/2015 07:59 AM, Jose Fonseca wrote: This avoids MSVC the warning warning C4013: 'isatty' undefined; assuming extern returning int with certain versions of flex. --- scons/gallium.py | 39 --- 1 file

Re: [Mesa-dev] [PATCH 09/15] scons: Prefer winflexbison, and use --wincompat when available.

2015-03-20 Thread Brian Paul
On 03/20/2015 09:30 AM, Jose Fonseca wrote: On 20/03/15 14:36, Brian Paul wrote: On 03/20/2015 07:59 AM, Jose Fonseca wrote: This avoids MSVC the warning warning C4013: 'isatty' undefined; assuming extern returning int with certain versions of flex. --- scons/gallium.py | 39