X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fdummy-chart.c;h=78e6c1b20bad0b0bcfd14ec467f5d906278d1c25;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=540f0d2b0fc1bdd18a52302056ff1747724a4ad7;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/output/charts/dummy-chart.c b/src/output/charts/dummy-chart.c index 540f0d2b..78e6c1b2 100644 --- a/src/output/charts/dummy-chart.c +++ b/src/output/charts/dummy-chart.c @@ -41,7 +41,7 @@ chart_create(void) } -void +void chart_write_title(struct chart *chart UNUSED, const char *title UNUSED, ...) { } @@ -53,26 +53,26 @@ chart_submit(struct chart *chart UNUSED) } -void +void chart_write_xscale(struct chart *ch UNUSED, double min UNUSED, double max UNUSED, int ticks UNUSED) { } -void +void chart_write_yscale(struct chart *ch UNUSED UNUSED, double smin UNUSED, double smax UNUSED, int ticks UNUSED) { } -void +void chart_write_xlabel(struct chart *ch UNUSED, const char *label UNUSED) { } -void +void chart_write_ylabel(struct chart *ch UNUSED, const char *label UNUSED) { } @@ -80,7 +80,7 @@ chart_write_ylabel(struct chart *ch UNUSED, const char *label UNUSED) void chart_line(struct chart *ch UNUSED, - double slope UNUSED, double intercept UNUSED, + double slope UNUSED, double intercept UNUSED, double limit1 UNUSED, double limit2 UNUSED, enum CHART_DIM lim_dim UNUSED) { @@ -109,9 +109,9 @@ boxplot_draw_yscale(struct chart *ch UNUSED, { } -void +void boxplot_draw_boxplot(struct chart *ch UNUSED, - double box_centre UNUSED, + double box_centre UNUSED, double box_width UNUSED, struct metrics *m UNUSED, const char *name UNUSED)