X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e74f9041c4a598156b761cd19ad1c4ddc8e9a513..1f5cf9cc23f7763e9ee7984b171bb4b6a3ce3ffb:/src/os2/utilsgui.cpp diff --git a/src/os2/utilsgui.cpp b/src/os2/utilsgui.cpp index a3779dee7f..8fd49de630 100644 --- a/src/os2/utilsgui.cpp +++ b/src/os2/utilsgui.cpp @@ -437,7 +437,7 @@ void wxGUIAppTraits::TerminateGui(unsigned long ulHab) ::WinTerminate(ulHab); } -wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const +wxPortId wxGUIAppTraits::GetToolkitVersion(int *WXUNUSED(verMaj), int *WXUNUSED(verMin)) const { // TODO: how to get version of PM ? return wxPORT_OS2;