diff --git a/src/common/timercmn.cpp b/src/common/timercmn.cpp index 84053540a8..8e0e54b92d 100644 --- a/src/common/timercmn.cpp +++ b/src/common/timercmn.cpp @@ -286,7 +286,6 @@ wxLongLong wxGetLocalTimeMillis() val *= wxGetLocalTime(); #if defined(__VISAGECPP__) -#warning "Possible clock skew bug in wxStopWatch!" DATETIME dt; ::DosGetDateTime(&dt); val += (dt.hundredths*10);