Added the /BARCHART option to CROSSTABS
[pspp] / tests / math / chart-geometry-test.c
index a713cdb0d58557e8015169342f133f36a447ed1c..1cf67c3d96aabca5b160f6a3bfb6747ea0fa9ef8 100644 (file)
@@ -18,7 +18,7 @@
 #include <stdlib.h>
 #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)