summaryrefslogtreecommitdiffstats
path: root/src/util/list-container-test.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-08-01 04:22:35 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-08-01 04:22:35 +0000
commitea6e658976e86f99b4b793166b81a03750bfdef2 (patch)
treea7c3183623854aa8f33f0394849beee62cc6bae9 /src/util/list-container-test.cpp
parentfix error in creating nodepath from pathvector (diff)
downloadinkscape-ea6e658976e86f99b4b793166b81a03750bfdef2.tar.gz
inkscape-ea6e658976e86f99b4b793166b81a03750bfdef2.zip
Warning cleanup
(bzr r6495)
Diffstat (limited to 'src/util/list-container-test.cpp')
-rw-r--r--src/util/list-container-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/list-container-test.cpp b/src/util/list-container-test.cpp
index e309677c0..45db65e33 100644
--- a/src/util/list-container-test.cpp
+++ b/src/util/list-container-test.cpp
@@ -26,7 +26,7 @@ static bool check_values(ListContainer<int> const &c, unsigned n_values, ...) {
return ret && n_values == 0 && iter == c.end();
}
-int main(int argc, char *argv[]) {
+int main(int /*argc*/, char */*argv*/[]) {
Inkscape::GC::init();
utest_start("List Container");
UTEST_TEST("range constructor") {