]> git.saurik.com Git - wxWidgets.git/commit
fix a few hundreds of harmless unused parameters warnings and a couple of real bugs...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Nov 2007 22:29:16 +0000 (22:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Nov 2007 22:29:16 +0000 (22:29 +0000)
commit899544330f37440c140b72a014c518a911b5b7a4
treed77b2fefeead92beab9772615a57009cd894dd37
parent3eeefdf9bdc41618a14a8fff96a016004b030e95
fix a few hundreds of harmless unused parameters warnings and a couple of real bugs discovered thanks to them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
67 files changed:
include/wx/mac/carbon/private.h
include/wx/mac/carbon/private/mactext.h
include/wx/x11/app.h
src/gtk1/bitmap.cpp
src/gtk1/checkbox.cpp
src/gtk1/dnd.cpp
src/gtk1/gsockgtk.cpp
src/gtk1/listbox.cpp
src/gtk1/menu.cpp
src/gtk1/radiobox.cpp
src/gtk1/renderer.cpp
src/gtk1/settings.cpp
src/gtk1/tbargtk.cpp
src/gtk1/textctrl.cpp
src/gtk1/toplevel.cpp
src/gtk1/window.cpp
src/mac/carbon/app.cpp
src/mac/carbon/bitmap.cpp
src/mac/carbon/checkbox.cpp
src/mac/carbon/colordlgosx.mm
src/mac/carbon/combobox.cpp
src/mac/carbon/control.cpp
src/mac/carbon/dataobj.cpp
src/mac/carbon/dirdlg.cpp
src/mac/carbon/fontdlg.cpp
src/mac/carbon/fontdlgosx.mm
src/mac/carbon/fontenum.cpp
src/mac/carbon/fontutil.cpp
src/mac/carbon/graphics.cpp
src/mac/carbon/icon.cpp
src/mac/carbon/listbox.cpp
src/mac/carbon/listctrl_mac.cpp
src/mac/carbon/mdi.cpp
src/mac/carbon/metafile.cpp
src/mac/carbon/msgdlg.cpp
src/mac/carbon/notebmac.cpp
src/mac/carbon/overlay.cpp
src/mac/carbon/printmac.cpp
src/mac/carbon/region.cpp
src/mac/carbon/scrolbar.cpp
src/mac/carbon/slider.cpp
src/mac/carbon/spinbutt.cpp
src/mac/carbon/spinctrl.cpp
src/mac/carbon/srchctrl.cpp
src/mac/carbon/taskbar.cpp
src/mac/carbon/textctrl.cpp
src/mac/carbon/timer.cpp
src/mac/carbon/toolbar.cpp
src/mac/carbon/toplevel.cpp
src/mac/carbon/uma.cpp
src/mac/carbon/utils.cpp
src/mac/carbon/window.cpp
src/mac/corefoundation/gsockosx.cpp
src/mac/corefoundation/hidjoystick.cpp
src/mac/corefoundation/utilsexc_cf.cpp
src/motif/combobox_native.cpp
src/motif/textctrl.cpp
src/x11/app.cpp
src/x11/cursor.cpp
src/x11/dcclient.cpp
src/x11/dcscreen.cpp
src/x11/evtloop.cpp
src/x11/palette.cpp
src/x11/reparent.cpp
src/x11/toplevel.cpp
src/x11/utils.cpp
src/x11/window.cpp