summaryrefslogtreecommitdiffstats
path: root/src/helper/units-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/helper/units-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/helper/units-test.cpp')
-rw-r--r--src/helper/units-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/units-test.cpp b/src/helper/units-test.cpp
index 1a983fece..a400ca01f 100644
--- a/src/helper/units-test.cpp
+++ b/src/helper/units-test.cpp
@@ -93,7 +93,7 @@ test_unit_table()
}
int
-main(int argc, char *argv[])
+main(int /*argc*/, char */*argv*/[])
{
int const ret = ( ( test_conversions()
&& test_unit_table() )