remove the #warning for VisualAge

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-03-07 21:27:31 +00:00
parent 3e282d337f
commit 49af73a59b

View File

@@ -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);