summaryrefslogtreecommitdiffstats
path: root/gui/resources.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/resources.cpp')
-rw-r--r--gui/resources.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/resources.cpp b/gui/resources.cpp
index 361f1d8e0..253d438f4 100644
--- a/gui/resources.cpp
+++ b/gui/resources.cpp
@@ -23,7 +23,7 @@ extern "C" {
#define TMP_RESOURCE_NAME "/tmp/extract.bin"
-Resource::Resource(xml_node<>* node, ZipArchive* pZip)
+Resource::Resource(xml_node<>* node, ZipArchive* pZip __unused)
{
if (node && node->first_attribute("name"))
mName = node->first_attribute("name")->value();