From: David Webster Date: Tue, 7 Mar 2000 21:27:31 +0000 (+0000) Subject: remove the #warning for VisualAge X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/49af73a59bb77ecbc5f116d0b8cb5f8b947d77b7 remove the #warning for VisualAge git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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);