]> git.saurik.com Git - wxWidgets.git/commitdiff
disable #warning because it's an error for some compilers
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Dec 1999 22:16:54 +0000 (22:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Dec 1999 22:16:54 +0000 (22:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/longlong.h

index c8778899ab94f48a363c3aa52a1a8135ed0e3797..c9fca339ef0cb15569fd94bd0dad02e84a5c0288 100644 (file)
@@ -57,7 +57,7 @@
 #else // no native long long type
     // we don't give warnings for the compilers we know about that they don't
     // have any 64 bit integer type
 #else // no native long long type
     // we don't give warnings for the compilers we know about that they don't
     // have any 64 bit integer type
-    #if !defined(__VISAGECPP__) && \
+    #if 0 // !defined(__VISAGECPP__) && \
         !defined(__VISUALC__) && \
         !defined(__BORLANDC__)
         #warning "Your compiler does not appear to support 64 bit integers, "\
         !defined(__VISUALC__) && \
         !defined(__BORLANDC__)
         #warning "Your compiler does not appear to support 64 bit integers, "\