]> git.saurik.com Git - wxWidgets.git/commit
No real changes, just suppress a harmless warning.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Feb 2013 13:22:31 +0000 (13:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Feb 2013 13:22:31 +0000 (13:22 +0000)
commit4e5e421c78de12a560de3e6fd2bc74304df681b1
tree1b9ea79a39cbc6a80f8c7c94fb864e171423c9c2
parent4340a145d8ad49639b4955fa8a2a257a46c95d60
No real changes, just suppress a harmless warning.

g++ warned about possibly uninitialized variable, so initialize it in its
declaration even if it was actually already always initialized in the branches
where it could be used.

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