Code

Warning cleanup
[inkscape.git] / src / libnr / nr-matrix-test.cpp
index c457f9666b655527ca415777642077397293a7b7..610ebb7507485d8fd63cf4705fedb92f6ce0d863 100644 (file)
@@ -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;