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/IceGrid/Parser.h | |
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/IceGrid/Parser.h')
-rw-r--r-- | cpp/src/IceGrid/Parser.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Parser.h b/cpp/src/IceGrid/Parser.h index 42c16883d36..f72ab066b6f 100644 --- a/cpp/src/IceGrid/Parser.h +++ b/cpp/src/IceGrid/Parser.h @@ -20,7 +20,9 @@ # define isatty _isatty # define fileno _fileno // '_isatty' : inconsistent dll linkage. dllexport assumed. -# pragma warning( disable : 4273 ) +# ifdef _MSC_VER +# pragma warning( disable : 4273 ) +# endif #endif // |