From: Włodzimierz Skiba Date: Tue, 13 Jul 2004 16:19:36 +0000 (+0000) Subject: Warning fixes. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e70ba80d5399df9077e7daf9be4d1c3efdc183ad?hp=00aa02895852dacd5712fab4e494ab864d43354b Warning fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/utilscmn.cpp b/src/common/utilscmn.cpp index 205d577d42..268fdd05f1 100644 --- a/src/common/utilscmn.cpp +++ b/src/common/utilscmn.cpp @@ -505,7 +505,10 @@ static long wxDoExecuteWithCapture(const wxString& command, } } -#endif // wxUSE_STREAMS +#else + wxUnusedVar(output); + wxUnusedVar(error); +#endif // wxUSE_STREAMS/!wxUSE_STREAMS delete process;