summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/compiler.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-11-04 17:47:19 -0700
committerBrian Paul <brianp@vmware.com>2013-11-04 18:09:57 -0700
commit2671b576b22614d1b424a1fe70f84ee6c3920d13 (patch)
tree1bb807fb8955937d480b623f846b048f2672bec3 /src/mesa/main/compiler.h
parent32577fc0adec86557c53ced8fb13dd5de76e58e0 (diff)
downloadexternal_mesa3d-2671b576b22614d1b424a1fe70f84ee6c3920d13.zip
external_mesa3d-2671b576b22614d1b424a1fe70f84ee6c3920d13.tar.gz
external_mesa3d-2671b576b22614d1b424a1fe70f84ee6c3920d13.tar.bz2
mesa: remove OPENSTEP stuff
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/mesa/main/compiler.h')
-rw-r--r--src/mesa/main/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index 61ce5db..e3c8560 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 */