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/util | |
| 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/util')
| -rw-r--r-- | src/util/list-container-test.cpp | 2 |
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") { |
