diff options
author | Brian Paul <[email protected]> | 2013-11-04 17:47:19 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-11-04 18:09:57 -0700 |
commit | 2671b576b22614d1b424a1fe70f84ee6c3920d13 (patch) | |
tree | 1bb807fb8955937d480b623f846b048f2672bec3 /src/mesa/main/compiler.h | |
parent | 32577fc0adec86557c53ced8fb13dd5de76e58e0 (diff) |
mesa: remove OPENSTEP stuff
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/main/compiler.h')
-rw-r--r-- | src/mesa/main/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 61ce5dbdc78..e3c856065a2 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -90,7 +90,7 @@ extern "C" { /** * Disable assorted warnings */ -#if !defined(OPENSTEP) && (defined(_WIN32) && !defined(__CYGWIN__)) +#if defined(_WIN32) && !defined(__CYGWIN__) # if !defined(__GNUC__) /* mingw environment */ # pragma warning( disable : 4068 ) /* unknown pragma */ # pragma warning( disable : 4710 ) /* function 'foo' not inlined */ |