]> git.saurik.com Git - wxWidgets.git/commit - src/gtk/checklst.cpp
use -Wunused-parameter with gcc for consistency with MSVC and other compilers which...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Oct 2007 22:19:34 +0000 (22:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Oct 2007 22:19:34 +0000 (22:19 +0000)
commite4161a2a08e622ba55f66610e26892f5fda37e6f
treeddf9fc248b6ed4b971c625de97d60847170ae84d
parent87f8a3cf25a21d173212aa7b6c8244175942d6c4
use -Wunused-parameter with gcc for consistency with MSVC and other compilers which warn about this; fix the uncovered warnings in wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
28 files changed:
configure
configure.in
include/wx/gtk/animate.h
include/wx/gtk/dcscreen.h
include/wx/gtk/filepicker.h
src/common/wincmn.cpp
src/generic/dcpsg.cpp
src/gtk/animate.cpp
src/gtk/checklst.cpp
src/gtk/collpane.cpp
src/gtk/dataobj.cpp
src/gtk/dcclient.cpp
src/gtk/filedlg.cpp
src/gtk/gnome/gprint.cpp
src/gtk/gsockgtk.cpp
src/gtk/listbox.cpp
src/gtk/menu.cpp
src/gtk/minifram.cpp
src/gtk/notebook.cpp
src/gtk/radiobox.cpp
src/gtk/renderer.cpp
src/gtk/statbox.cpp
src/gtk/tbargtk.cpp
src/gtk/textctrl.cpp
src/gtk/textentry.cpp
src/gtk/toplevel.cpp
src/gtk/utilsgtk.cpp
src/gtk/window.cpp