From 0d14df868d09a3791f6520f6372c3737889c8fec Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Wed, 5 Jul 2000 14:08:20 +0000 Subject: [PATCH] #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 --- src/common/timercmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/timercmn.cpp b/src/common/timercmn.cpp index f308c3ff1e..ecf4d66387 100644 --- a/src/common/timercmn.cpp +++ b/src/common/timercmn.cpp @@ -305,7 +305,7 @@ wxLongLong wxGetLocalTimeMillis() #if defined(__VISUALC__) #pragma message("wxStopWatch will be up to second resolution!") #elif defined(__BORLANDC__) - #pragma warning "wxStopWatch will be up to second resolution!" + #pragma message "wxStopWatch will be up to second resolution!" #else #warning "wxStopWatch will be up to second resolution!" #endif // compiler