]> git.saurik.com Git - wxWidgets.git/commit
fixes for the compilation warnings with Sun CC:
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Jan 2002 12:49:12 +0000 (12:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Jan 2002 12:49:12 +0000 (12:49 +0000)
commit903506828b7d042350eae97b5014a63ffca17ef5
tree2e21e2e8e1d7680d4a47a971e0ba136df5b467f4
parent53fd33dcf1e7d86480cc7f631645b042303055b3
fixes for the compilation warnings with Sun CC:
1. some fixes for "String literal to char * conversion" warnings (many
   more left in the *.xpm files)
2. fixes for "assignment of function to extern "C" function"
3. a few other miscellaneous ones

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
43 files changed:
include/wx/db.h
include/wx/defs.h
include/wx/dynarray.h
include/wx/geometry.h
include/wx/html/htmltag.h
include/wx/list.h
src/common/cshelp.cpp
src/common/db.cpp
src/common/encconv.cpp
src/common/imagjpeg.cpp
src/common/imagpng.cpp
src/common/imagtiff.cpp
src/common/list.cpp
src/common/resource.cpp
src/common/socket.cpp
src/common/string.cpp
src/common/wxexpr.cpp
src/common/xpmdecod.cpp
src/generic/dirctrlg.cpp
src/generic/listctrl.cpp
src/gtk/app.cpp
src/gtk/dnd.cpp
src/gtk/menu.cpp
src/gtk/minifram.cpp
src/gtk/timer.cpp
src/gtk/toplevel.cpp
src/gtk/utilsgtk.cpp
src/gtk/win_gtk.c
src/gtk/window.cpp
src/gtk1/app.cpp
src/gtk1/dnd.cpp
src/gtk1/menu.cpp
src/gtk1/minifram.cpp
src/gtk1/timer.cpp
src/gtk1/toplevel.cpp
src/gtk1/utilsgtk.cpp
src/gtk1/win_gtk.c
src/gtk1/window.cpp
src/html/helpdata.cpp
src/html/htmlpars.cpp
src/html/htmltag.cpp
src/unix/threadpsx.cpp
src/unix/utilsunx.cpp