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