From 0cff44ef5c1383a638c30cc9f5f8c81b6b4318f9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 30 Oct 2012 13:05:34 +0300 Subject: Add unused warnings to other files. --- src/gui/widgets/flowcontainer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/flowcontainer.h') diff --git a/src/gui/widgets/flowcontainer.h b/src/gui/widgets/flowcontainer.h index 744ee25d8..0dc39dde2 100644 --- a/src/gui/widgets/flowcontainer.h +++ b/src/gui/widgets/flowcontainer.h @@ -57,10 +57,10 @@ class FlowContainer final : public Container, */ void widgetResized(const gcn::Event &event) override; - int getBoxWidth() const + int getBoxWidth() const A_WARN_UNUSED { return mBoxWidth; } - int getBoxHeight() const + int getBoxHeight() const A_WARN_UNUSED { return mBoxHeight; } void add(gcn::Widget *widget); -- cgit v1.2.3-60-g2f50