glsl: fix typo in #warning message

Trivial.  Spotted by Eric Engestrom.
This commit is contained in:
Brian Paul 2019-05-02 06:32:56 -06:00
parent f0f7c3b03a
commit 48107b5a2b

View file

@ -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