]> git.saurik.com Git - wxWidgets.git/commit
Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is...
authorMart Raudsepp <leio@gentoo.org>
Tue, 19 Sep 2006 11:35:41 +0000 (11:35 +0000)
committerMart Raudsepp <leio@gentoo.org>
Tue, 19 Sep 2006 11:35:41 +0000 (11:35 +0000)
commit4eb8ef2d4369675899401ce144cf8261d5c06ad5
treeec2f1b377b039b71c95046b0a3ef0f642a2ce175
parent2121eb69fa8d49f4484f7170159e61f2e8885de4
Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is already used for other parameters
for the same function, and some GTypeInfo initializations)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/dnd.cpp
src/gtk/toplevel.cpp
src/gtk/treeentry_gtk.c
src/gtk/win_gtk.c