]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/longlong.h
Fixed some warnings (don't know why dialoged Makefile is being committed)
[wxWidgets.git] / include / wx / longlong.h
index dd35aafdd2d9d619b974a2e2000ca6b945bb65e2..31baf4810e7512a3db290f0c79b121f0487385ac 100644 (file)
@@ -67,7 +67,7 @@
     // both warning and pragma warning are not portable, but at least an
     // unknown pragma should never be an error - unless the compiler is
     // seriously broken as Watcom C++ seems to be...
-#ifndef __WATCOMC__
+#if (!(defined(__WATCOMC__) || defined(__VISAGECPP__)))
     #pragma warning "Your compiler does not appear to support 64 bit "\
                     "integers, using emulation class instead."
 #endif