#pragma message, and not #pragma warning, for BC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -305,7 +305,7 @@ wxLongLong wxGetLocalTimeMillis()
|
|||||||
#if defined(__VISUALC__)
|
#if defined(__VISUALC__)
|
||||||
#pragma message("wxStopWatch will be up to second resolution!")
|
#pragma message("wxStopWatch will be up to second resolution!")
|
||||||
#elif defined(__BORLANDC__)
|
#elif defined(__BORLANDC__)
|
||||||
#pragma warning "wxStopWatch will be up to second resolution!"
|
#pragma message "wxStopWatch will be up to second resolution!"
|
||||||
#else
|
#else
|
||||||
#warning "wxStopWatch will be up to second resolution!"
|
#warning "wxStopWatch will be up to second resolution!"
|
||||||
#endif // compiler
|
#endif // compiler
|
||||||
|
Reference in New Issue
Block a user