summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-action-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/repr-action-test.cpp')
-rw-r--r--src/xml/repr-action-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/repr-action-test.cpp b/src/xml/repr-action-test.cpp
index 9b0ccf5da..d4f9d094d 100644
--- a/src/xml/repr-action-test.cpp
+++ b/src/xml/repr-action-test.cpp
@@ -8,7 +8,7 @@
int sp_main_gui (int, char const**) { return 0; }
int sp_main_console (int, char const**) { return 0; }
-int main(int argc, char *argv[]) {
+int main(int /*argc*/, char */*argv*/[]) {
Inkscape::XML::Document *document;
Inkscape::XML::Node *a, *b, *c, *root;