mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 07:10:15 +01:00
glsl: fix typo in #warning message
Trivial. Spotted by Eric Engestrom.
This commit is contained in:
parent
f0f7c3b03a
commit
48107b5a2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue