X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fmath%2Fchart-geometry-test.c;h=1cf67c3d96aabca5b160f6a3bfb6747ea0fa9ef8;hb=97fb55e07cac602cbca57ce8005de5c8a67a73cc;hp=a713cdb0d58557e8015169342f133f36a447ed1c;hpb=6e44fb76d15ebc34122753b8a7a7d4a1b82bcb43;p=pspp diff --git a/tests/math/chart-geometry-test.c b/tests/math/chart-geometry-test.c index a713cdb0d5..1cf67c3d96 100644 --- a/tests/math/chart-geometry-test.c +++ b/tests/math/chart-geometry-test.c @@ -18,7 +18,7 @@ #include #include "math/chart-geometry.h" #include "math/decimal.h" - +#include "libpspp/compiler.h" const double in[20] = { @@ -45,7 +45,7 @@ const double in[20] = }; int -main () +main (int argc UNUSED, char **argv UNUSED) { int i; for (i = 0; i < 20; ++i)