From: Vadim Zeitlin Date: Sat, 25 Dec 1999 22:16:54 +0000 (+0000) Subject: disable #warning because it's an error for some compilers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6957717a0095cf11820928e9c563322dc9ec1257?ds=inline disable #warning because it's an error for some compilers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/longlong.h b/include/wx/longlong.h index c8778899ab..c9fca339ef 100644 --- a/include/wx/longlong.h +++ b/include/wx/longlong.h @@ -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 - #if !defined(__VISAGECPP__) && \ + #if 0 // !defined(__VISAGECPP__) && \ !defined(__VISUALC__) && \ !defined(__BORLANDC__) #warning "Your compiler does not appear to support 64 bit integers, "\