X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f05ba7ff3864a9b6558a1c74bc5360078479b3a3..49c48f81905323f2a1fdd719b093528048e538aa:/src/common/filename.cpp?ds=sidebyside diff --git a/src/common/filename.cpp b/src/common/filename.cpp index c1a128ffc1..9af9313ac4 100644 --- a/src/common/filename.cpp +++ b/src/common/filename.cpp @@ -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'"),