]> git.saurik.com Git - wxWidgets.git/commitdiff
remove the #warning for VisualAge
authorDavid Webster <Dave.Webster@bhmi.com>
Tue, 7 Mar 2000 21:27:31 +0000 (21:27 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Tue, 7 Mar 2000 21:27:31 +0000 (21:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/timercmn.cpp

index 84053540a89f9b4036d259efad8da382bd993c0d..8e0e54b92d265f44c203467b527a609efc7d204a 100644 (file)
@@ -286,7 +286,6 @@ wxLongLong wxGetLocalTimeMillis()
     val *= wxGetLocalTime();
 
 #if defined(__VISAGECPP__)
     val *= wxGetLocalTime();
 
 #if defined(__VISAGECPP__)
-#warning "Possible clock skew bug in wxStopWatch!"
     DATETIME dt;
     ::DosGetDateTime(&dt);
     val += (dt.hundredths*10);
     DATETIME dt;
     ::DosGetDateTime(&dt);
     val += (dt.hundredths*10);