diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-09-02 07:06:20 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-09-02 07:06:20 +0000 |
commit | 358a9be040b43c2c69bedfec2fda7e4e0cdd6ee2 (patch) | |
tree | 652008e2e3c33affb3ac3386b2764843731b7997 /cpp/src/Slice/Grammar.y | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=28 (diff) | |
download | ice-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.y | 2 |
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 ) |