projects
/
platform
/
upstream
/
VK-GL-CTS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27ad6a9
)
Fix warning in modf() precision test code
author
Pyry Haulos
<phaulos@google.com>
Tue, 21 Jul 2015 19:27:30 +0000
(12:27 -0700)
committer
Pyry Haulos
<phaulos@google.com>
Tue, 21 Jul 2015 19:27:30 +0000
(12:27 -0700)
Bug:
22512069
Change-Id: I2a0ad0af5b9d4da3c55ca0925d375c4b5c3df307
modules/glshared/glsBuiltinPrecisionTests.cpp
patch
|
blob
|
history
diff --git
a/modules/glshared/glsBuiltinPrecisionTests.cpp
b/modules/glshared/glsBuiltinPrecisionTests.cpp
index 35590f46ee44071af6397377f364df4702d93eeb..bc7eb5df04589336b95de89a13daf2781f665fde 100644
(file)
--- a/
modules/glshared/glsBuiltinPrecisionTests.cpp
+++ b/
modules/glshared/glsBuiltinPrecisionTests.cpp
@@
-3215,7
+3215,7
@@
public:
}
protected:
- IRet doApply (const EvalContext&
ctx
, const IArgs& iargs) const
+ IRet doApply (const EvalContext&, const IArgs& iargs) const
{
Interval fracIV;
Interval& wholeIV = const_cast<Interval&>(iargs.b);