diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-08-01 04:22:35 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-08-01 04:22:35 +0000 |
| commit | ea6e658976e86f99b4b793166b81a03750bfdef2 (patch) | |
| tree | a7c3183623854aa8f33f0394849beee62cc6bae9 /src/helper/units-test.cpp | |
| parent | fix error in creating nodepath from pathvector (diff) | |
| download | inkscape-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.cpp | 2 |
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() ) |
