]> git.saurik.com Git - wxWidgets.git/commit
Fix compilation in !wxUSE_LOG_DEBUG && !HAVE_VARIADIC_MACROS case.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 May 2012 16:49:11 +0000 (16:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 May 2012 16:49:11 +0000 (16:49 +0000)
commitc564ca3c975aba89f8b911ace0f240c0aaf4cf73
treeb0221d7873e16153183bb5fd8f11db30891e2495
parentc3b0697e28a606001f27a1f3cf9f7eb51851f715
Fix compilation in !wxUSE_LOG_DEBUG && !HAVE_VARIADIC_MACROS case.

Define the "unused" variable unless wxLogDebug() calls are variadic macros
(not evaluating their arguments at all) and not functions.

Fixes compilation broken since r71466.

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