projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f7c3b
)
glsl: fix typo in #warning message
author
Brian Paul
<brianp@vmware.com>
Thu, 2 May 2019 12:32:56 +0000
(06:32 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 2 May 2019 12:32:57 +0000
(06:32 -0600)
Trivial. Spotted by Eric Engestrom.
src/compiler/glsl/builtin_variables.cpp
patch
|
blob
|
history
diff --git
a/src/compiler/glsl/builtin_variables.cpp
b/src/compiler/glsl/builtin_variables.cpp
index 1b9963a530a344128597fef4b3ddad1da88cbe98..4a886dd3255ab8677fdb3fb53a025dd9b0d8fa84 100644
(file)
--- a/
src/compiler/glsl/builtin_variables.cpp
+++ b/
src/compiler/glsl/builtin_variables.cpp
@@
-31,7
+31,7
@@
* we're simply testing for version 7.x here.
*/
#if defined(__MINGW32__) && __GNUC__ == 7
-#warning "disabling optimizations for this file to work around compiler bug in MiGW gcc 7.x"
+#warning "disabling optimizations for this file to work around compiler bug in Mi
n
GW gcc 7.x"
#pragma GCC optimize("O1")
#endif