From 8d9fa66b67686b9066fcd9cbf0d85dba2d642c12 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Wed, 7 Jul 2010 10:39:12 +0000 Subject: [PATCH] Fix warning This was SVN commit r7710. --- source/lib/res/graphics/cursor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/lib/res/graphics/cursor.cpp b/source/lib/res/graphics/cursor.cpp index 6305e58d11..933b2ec29d 100644 --- a/source/lib/res/graphics/cursor.cpp +++ b/source/lib/res/graphics/cursor.cpp @@ -49,6 +49,7 @@ static LibError load_sys_cursor(const PIVFS& vfs, const VfsPath& pathname, int hx, int hy, sys_cursor* cursor) { #if !ALLOW_SYS_CURSOR + UNUSED2(vfs); UNUSED2(pathname); UNUSED2(hx); UNUSED2(hy);