[-Wunused-variable] - mark QofLogModule as unused

pull/1519/head
Richard Cohen 3 years ago
parent 083166b5ff
commit 0aad569679

@ -32,7 +32,7 @@
#include "dialog-utils.h"
/** The debugging module used by this file. */
static QofLogModule log_module = GNC_MOD_GUI;
__attribute__((unused)) static QofLogModule log_module = GNC_MOD_GUI;
static void gnc_report_combo_init (GncReportCombo *grc);
static void gnc_report_combo_class_init (GncReportComboClass *klass);

Loading…
Cancel
Save