]> git.saurik.com Git - wxWidgets.git/commit
Work around harmless g++ warning about possible uninitialized variable.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 30 Apr 2013 10:36:00 +0000 (10:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 30 Apr 2013 10:36:00 +0000 (10:36 +0000)
commit23855b87d791f78d00d47d8e20fad85f6d186508
tree909d8bb62037dba9823b87b88d14001d292c0966
parent21160e4544745bd62090f5b699275039c8484ed9
Work around harmless g++ warning about possible uninitialized variable.

Return from the function before using the variables in the (impossible) case
they are actually not initialized.

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