Added the permissions command.
[pspp-builds.git] / src / cartesian.c
index 34e1a3dd0d50c03ada8c6352772c25bcd75b364b..a2e9fbff39b2519828bebeee4e40ad5c2c0496be 100644 (file)
@@ -160,7 +160,7 @@ write_legend(struct chart *chart, const char *heading,
 
 /* Plot a data point */
 void
-chart_datum(struct chart *ch, int dataset, double x, double y)
+chart_datum(struct chart *ch, int dataset UNUSED, double x, double y)
 {
   const double x_pos = 
     (x - ch->x_min) * ch->abscissa_scale + ch->data_left ;