Fix lots of warnings reported by Clang.
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 10 Jul 2013 16:41:34 +0000 (16:41 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 10 Jul 2013 16:41:34 +0000 (16:41 +0000)
commit17473a770a4aaed3b0904025f5e3e139441b0909
tree00dab080c54c40f16b544a9365ebe6505f6cf7db
parent8778519200cc317e3ecac677f10298caa7d1729a
Fix lots of warnings reported by Clang.

Mostly potentially lossy implicit conversions in headers (long->int). Also dangling else warnings. Struct/class mismatches.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 files changed:
include/wx/dynarray.h
include/wx/gdicmn.h
include/wx/graphics.h
include/wx/hashmap.h
include/wx/html/htmlcell.h
include/wx/html/htmltag.h
include/wx/html/winpars.h
include/wx/list.h
include/wx/longlong.h
include/wx/osx/carbon/region.h
include/wx/sizer.h
include/wx/statusbr.h
include/wx/stc/stc.h
include/wx/string.h
include/wx/unichar.h
include/wx/windowid.h
interface/wx/graphics.h
interface/wx/statusbr.h
src/common/any.cpp
src/common/filefn.cpp
src/common/intl.cpp
src/osx/cocoa/dataview.mm
src/stc/stc.h.in