summaryrefslogtreecommitdiff
path: root/src/gui/buyselldialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/buyselldialog.h')
-rw-r--r--src/gui/buyselldialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/buyselldialog.h b/src/gui/buyselldialog.h
index 0d43563f7..c0aa1f643 100644
--- a/src/gui/buyselldialog.h
+++ b/src/gui/buyselldialog.h
@@ -63,7 +63,7 @@ class BuySellDialog final : public Window, public gcn::ActionListener
/**
* Returns true if any instances exist.
*/
- static bool isActive()
+ static bool isActive() A_WARN_UNUSED
{ return !instances.empty(); }
/**