From 49af73a59bb77ecbc5f116d0b8cb5f8b947d77b7 Mon Sep 17 00:00:00 2001 From: David Webster Date: Tue, 7 Mar 2000 21:27:31 +0000 Subject: [PATCH] remove the #warning for VisualAge git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/timercmn.cpp | 1 - 1 file changed, 1 deletion(-) 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); -- 2.50.0