X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63a3cd7a8c737eb4571f27e5f2af37eda0f1c5cc..7f10ed6e65f6281b8d587a6382f198c8a394db97:/src/os2/settings.cpp diff --git a/src/os2/settings.cpp b/src/os2/settings.cpp index 2f42f126e1..5e94ed37e1 100644 --- a/src/os2/settings.cpp +++ b/src/os2/settings.cpp @@ -289,6 +289,7 @@ int wxSystemSettingsNative::GetMetric( wxSystemMetric index, // TODO case wxSYS_SWAP_BUTTONS: default: + break; } return -1; // unsupported metric }