diff options
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 ) |