From 6b1684d33dec02eb6308bb3d8d3707f4d5252ba5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 30 Oct 2012 01:19:46 +0300 Subject: Add unused warnings to some files. --- src/normalopenglgraphics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/normalopenglgraphics.h') diff --git a/src/normalopenglgraphics.h b/src/normalopenglgraphics.h index 2e07de42f..4c9d9e417 100644 --- a/src/normalopenglgraphics.h +++ b/src/normalopenglgraphics.h @@ -152,14 +152,14 @@ class NormalOpenGLGraphics final : public Graphics /** * Takes a screenshot and returns it as SDL surface. */ - SDL_Surface *getScreenshot() override; + SDL_Surface *getScreenshot() override A_WARN_UNUSED; void prepareScreenshot() override; bool drawNet(const int x1, const int y1, const int x2, const int y2, const int width, const int height) override; - int getMemoryUsage(); + int getMemoryUsage() A_WARN_UNUSED; void updateTextureFormat(); -- cgit v1.2.3-60-g2f50