From: David Webster Date: Sun, 28 Jan 2001 15:34:19 +0000 (+0000) Subject: OS/2 patch about a #pragma warning. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/403603f74f05f55d2194b4874b04f46ae7e07da4 OS/2 patch about a #pragma warning. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/longlong.h b/include/wx/longlong.h index dd35aafdd2..31baf4810e 100644 --- a/include/wx/longlong.h +++ b/include/wx/longlong.h @@ -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