]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filename.cpp
corrected misleading comment about DllGetVersion()
[wxWidgets.git] / src / common / filename.cpp
index c1a128ffc155dbbb1d0c6af8ae80f7ced90cba44..9af9313ac4f282b6474e4cb8640855be8fe2cdaa 100644 (file)
@@ -1910,6 +1910,9 @@ bool wxFileName::SetTimes(const wxDateTime *dtAccess,
         return true;
     }
 #else // other platform
+    wxUnusedVar(dtAccess);
+    wxUnusedVar(dtMod);
+    wxUnusedVar(dtCreate);
 #endif // platforms
 
     wxLogSysError(_("Failed to modify file times for '%s'"),
@@ -2000,6 +2003,9 @@ bool wxFileName::GetTimes(wxDateTime *dtAccess,
         return true;
     }
 #else // other platform
+    wxUnusedVar(dtAccess);
+    wxUnusedVar(dtMod);
+    wxUnusedVar(dtCreate);
 #endif // platforms
 
     wxLogSysError(_("Failed to retrieve file times for '%s'"),