Suppress harmless g++ warnings about converting float/double to int.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 18 Nov 2009 09:56:59 +0000 (09:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 18 Nov 2009 09:56:59 +0000 (09:56 +0000)
commit945c909da9a8ee487da102b8806b6fd76b5f6849
tree51a5fd1b40b65091a3fcc43329415d66d6504887
parent46d1cdb44ca2add69ee9103e6ef1bd1d51c2230c
Suppress harmless g++ warnings about converting float/double to int.

The conversion is done on purpose on these places so just suppress the warning
by using explicit casts.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/image.cpp
src/richtext/richtexthtml.cpp