summaryrefslogtreecommitdiff
path: root/src/render/nullopenglgraphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-29 21:40:10 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-29 21:40:10 +0300
commitcf383ed98ff41b6086325b168e5f750b6f87d72e (patch)
tree3596cf2f6e000d0e76c17db0531e63ed6c9b876c /src/render/nullopenglgraphics.cpp
parentf94a6551b8d140e272ac1c46bce1ff0e5df34986 (diff)
downloadplus-cf383ed98ff41b6086325b168e5f750b6f87d72e.tar.gz
plus-cf383ed98ff41b6086325b168e5f750b6f87d72e.tar.bz2
plus-cf383ed98ff41b6086325b168e5f750b6f87d72e.tar.xz
plus-cf383ed98ff41b6086325b168e5f750b6f87d72e.zip
fix compilation warnings.
Diffstat (limited to 'src/render/nullopenglgraphics.cpp')
-rw-r--r--src/render/nullopenglgraphics.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/render/nullopenglgraphics.cpp b/src/render/nullopenglgraphics.cpp
index 9e0b49aeb..7cf4c2f34 100644
--- a/src/render/nullopenglgraphics.cpp
+++ b/src/render/nullopenglgraphics.cpp
@@ -158,14 +158,16 @@ bool NullOpenGLGraphics::drawImage2(const Image *const image,
return true;
}
-void NullOpenGLGraphics::drawImageCached(const Image *const image,
- int x, int y)
+void NullOpenGLGraphics::drawImageCached(const Image *const image A_UNUSED,
+ int x A_UNUSED, int y A_UNUSED)
{
}
-void NullOpenGLGraphics::drawPatternCached(const Image *const image,
- const int x, const int y,
- const int w, const int h)
+void NullOpenGLGraphics::drawPatternCached(const Image *const image A_UNUSED,
+ const int x A_UNUSED,
+ const int y A_UNUSED,
+ const int w A_UNUSED,
+ const int h A_UNUSED)
{
}