]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filename.cpp
1. derive wxGTK wxRadioBox from wxRadioBoxBase now, as in all other ports
[wxWidgets.git] / src / common / filename.cpp
index 9b61e662e5d38d2f65e10805a5657de5b9d175d1..d1766a8179453f8f503c5c886f29d6c6a2b12785 100644 (file)
@@ -1890,6 +1890,8 @@ bool wxFileName::SetTimes(const wxDateTime *dtAccess,
         }
     }
 #elif defined(__UNIX_LIKE__) || (defined(__DOS__) && defined(__WATCOMC__))
+    wxUnusedVar(dtCreate);
+
     if ( !dtAccess && !dtMod )
     {
         // can't modify the creation time anyhow, don't try