X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5cd99866132366b74289e5a08e963723732bae01..beee38cb41aa2ce4fbe9052bf4f70e1be184b553:/src/gtk/evtloop.cpp diff --git a/src/gtk/evtloop.cpp b/src/gtk/evtloop.cpp index 1c656d5661..a35be35ab0 100644 --- a/src/gtk/evtloop.cpp +++ b/src/gtk/evtloop.cpp @@ -6,7 +6,7 @@ // Created: 10.07.01 // RCS-ID: $Id$ // Copyright: (c) 2001 Vadim Zeitlin -// License: wxWindows licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -95,6 +95,8 @@ static gboolean wx_on_channel_event(GIOChannel *channel, GIOCondition condition, gpointer data) { + wxUnusedVar(channel); // Unused if !wxUSE_LOG || !wxDEBUG_LEVEL + wxLogTrace(wxTRACE_EVT_SOURCE, "wx_on_channel_event, fd=%d, condition=%08x", g_io_channel_unix_get_fd(channel), condition);