Work around "possibly uninitialized variable" warning in wxFileName.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Apr 2010 12:43:29 +0000 (12:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Apr 2010 12:43:29 +0000 (12:43 +0000)
commit7f19ef40eb05ef30e63ce12d40071d35b1d5aaaf
tree219ce0990d31f3af4089bf9f3577e0d1d89d202d
parenta07526187ae255bc80a5e1a5195d33e6f98fb58f
Work around "possibly uninitialized variable" warning in wxFileName.

Initialize multiplier to its default value in GetHumanReadableSize() to avoid
a "warning: 'multiplier' may be used uninitialized in this function" from g++.

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