[Mesa-dev] [PATCH 2/4] MSVC2013: Fix compile error with MSVC 2013

2014-01-07 Thread Thomas Sondergaard
This fixes the following compile error: src\glsl\ir_constant_expression.cpp(1405) : error C2666: 'copysign' : 3 overloads have similar conversions --- src/glsl/ir_constant_expression.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/ir_constant_expression.cpp b/src

[Mesa-dev] [PATCH 2/4] MSVC2013: Fix compile error with MSVC 2013

2014-01-07 Thread Thomas Sondergaard
This fixes the following compile error: src\glsl\ir_constant_expression.cpp(1405) : error C2666: 'copysign' : 3 overloads have similar conversions --- src/glsl/ir_constant_expression.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/ir_constant_expression.cpp b/src