summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/Grammar.y
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-09-02 07:06:20 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-09-02 07:06:20 +0000
commit358a9be040b43c2c69bedfec2fda7e4e0cdd6ee2 (patch)
tree652008e2e3c33affb3ac3386b2764843731b7997 /cpp/src/Slice/Grammar.y
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=28 (diff)
downloadice-358a9be040b43c2c69bedfec2fda7e4e0cdd6ee2.tar.bz2
ice-358a9be040b43c2c69bedfec2fda7e4e0cdd6ee2.tar.xz
ice-358a9be040b43c2c69bedfec2fda7e4e0cdd6ee2.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=199
Diffstat (limited to 'cpp/src/Slice/Grammar.y')
-rw-r--r--cpp/src/Slice/Grammar.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/Grammar.y b/cpp/src/Slice/Grammar.y
index a3f12a11242..b0340cd4aca 100644
--- a/cpp/src/Slice/Grammar.y
+++ b/cpp/src/Slice/Grammar.y
@@ -12,7 +12,7 @@
#include <Slice/GrammarUtil.h>
#include <IceUtil/UUID.h>
-#ifdef _WIN32
+#ifdef _MSC_VER
// I get these warnings from some bison versions:
// warning C4102: 'yyoverflowlab' : unreferenced label
# pragma warning( disable : 4102 )