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
This commit is contained in:
Vadim Zeitlin
1999-12-25 22:16:54 +00:00
parent ddb56b384d
commit 6957717a00

View 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
#if !defined(__VISAGECPP__) && \
#if 0 // !defined(__VISAGECPP__) && \
!defined(__VISUALC__) && \
!defined(__BORLANDC__)
#warning "Your compiler does not appear to support 64 bit integers, "\