Warning fixes to unused variables, int/wxChar keycode and other typecasting, not...
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 5 Nov 2004 21:18:04 +0000 (21:18 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 5 Nov 2004 21:18:04 +0000 (21:18 +0000)
commit32b1391332e67af96856865ded257aacd6e1e956
tree4bae2f4502e9dd7efc40f75908447d16d549ceb1
parentf7ad3cd30b06dc80786a656ca05bd9c98dacc7c9
Warning fixes to unused variables, int/wxChar keycode and other typecasting, not mixing 'type*' and 'type' variables in single line, IsEmpty to empty replacement etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
samples/treectrl/treetest.cpp
src/common/menucmn.cpp
src/common/valtext.cpp
src/generic/accel.cpp
src/generic/dcpsg.cpp
src/generic/grid.cpp
src/generic/logg.cpp
src/msw/window.cpp
src/univ/ctrlrend.cpp
src/univ/listbox.cpp
src/univ/menu.cpp
src/univ/notebook.cpp
src/univ/slider.cpp
src/univ/themes/metal.cpp
src/univ/toolbar.cpp