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/Scanner.l | |
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/Scanner.l')
-rw-r--r-- | cpp/src/Slice/Scanner.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/Scanner.l b/cpp/src/Slice/Scanner.l index 101d87e108a..5487e8d4601 100644 --- a/cpp/src/Slice/Scanner.l +++ b/cpp/src/Slice/Scanner.l @@ -16,7 +16,7 @@ #include <stdlib.h> #include <math.h> -#ifdef _WIN32 +#ifdef _MSC_VER // I get these warnings from some flex versions: // warning C4003: not enough actual parameters for macro 'yywrap' # pragma warning( disable : 4003 ) |