]> git.saurik.com Git - wxWidgets.git/commit
Fix harmless unused variable warning.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Sep 2009 08:44:25 +0000 (08:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Sep 2009 08:44:25 +0000 (08:44 +0000)
commit7b7ad6a7f2761c850ea085599a9aa44b0da87919
treecb1d25a66e66732ea7d9fe681b57582ffd71bd6b
parent0d83ac4cc465acfdfa7e3e3f8a154a3388c45763
Fix harmless unused variable warning.

The value of wxColour::Alpha() was assigned to a temporary variable which
wasn't used afterwards and Mac OS g++ warned about it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/graphics/colour.cpp