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/libnr/nr-matrix-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/libnr/nr-matrix-test.cpp')
| -rw-r--r-- | src/libnr/nr-matrix-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnr/nr-matrix-test.cpp b/src/libnr/nr-matrix-test.cpp index c457f9666..610ebb750 100644 --- a/src/libnr/nr-matrix-test.cpp +++ b/src/libnr/nr-matrix-test.cpp @@ -22,7 +22,7 @@ inline bool point_equalp(NR::Point const &a, NR::Point const &b) NR_DF_TEST_CLOSE(a[Y], b[Y], 1e-5) ); } -int main(int argc, char *argv[]) +int main(int /*argc*/, char */*argv*/[]) { int rc = EXIT_SUCCESS; |
