Warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-08-25 14:09:34 +00:00
parent fe24a9451e
commit 449210a44c

View File

@ -1266,6 +1266,9 @@ wxWinVersion wxGetWinVersion()
}
break;
default:
// Do nothing just to silence GCC warning
break;
}
return wxWinVersion_Unknown;