summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/library/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Freeze/library/Parser.h')
-rw-r--r--cpp/demo/Freeze/library/Parser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/library/Parser.h b/cpp/demo/Freeze/library/Parser.h
index 68c3d47045d..57543b35768 100644
--- a/cpp/demo/Freeze/library/Parser.h
+++ b/cpp/demo/Freeze/library/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
//