OS/2 patch about a #pragma warning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
// both warning and pragma warning are not portable, but at least an
|
// both warning and pragma warning are not portable, but at least an
|
||||||
// unknown pragma should never be an error - unless the compiler is
|
// unknown pragma should never be an error - unless the compiler is
|
||||||
// seriously broken as Watcom C++ seems to be...
|
// 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 "\
|
#pragma warning "Your compiler does not appear to support 64 bit "\
|
||||||
"integers, using emulation class instead."
|
"integers, using emulation class instead."
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user