glsl: fix typo in #warning message
Trivial. Spotted by Eric Engestrom.
This commit is contained in:
@@ -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 MinGW gcc 7.x"
|
||||
#pragma GCC optimize("O1")
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user