From 81d2b31c5d8e8fb22e9b0635c003127e07c3e3f0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 13 Jun 2014 12:48:34 +0300 Subject: Ignore for now "cached" functions in modernopengl. --- src/render/graphics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/render/graphics.h') diff --git a/src/render/graphics.h b/src/render/graphics.h index 2b7ce188d..a779ee1bb 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -454,10 +454,10 @@ class Graphics notfinal virtual void postInit() { } - virtual void finalize(ImageCollection *const col) + virtual void finalize(ImageCollection *const col A_UNUSED) { } - virtual void finalize(ImageVertexes *const vert) + virtual void finalize(ImageVertexes *const vert A_UNUSED) { } int mWidth; -- cgit v1.2.3-60-g2f50