Suppress harmless MSVC warnings about int to bool conversions.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Feb 2012 23:49:53 +0000 (23:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Feb 2012 23:49:53 +0000 (23:49 +0000)
commit4dfc0ca0c542424eaee4245bd48ba3084c2d28d0
tree4bd54f8ea4dad569ccb292477a5dd4bf0e7580db
parent8b8961121735621ab21d332dda0a3bb2a3067a3a
Suppress harmless MSVC warnings about int to bool conversions.

Convert int to bool explicitly to avoid MSVC warning C4800.

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