X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fplot-chart.h;h=9a4df52052392cf1769dc1d2bade682a95af1e18;hb=44dab63eeb3b50a9939d58005e63b2bfae0f846f;hp=f29b4a35d1d74280325bedf0d10941cfbdcdfff1;hpb=f9bad53e96e50abef183e84ccf6964dba67b3ca5;p=pspp-builds.git diff --git a/src/output/charts/plot-chart.h b/src/output/charts/plot-chart.h index f29b4a35..9a4df520 100644 --- a/src/output/charts/plot-chart.h +++ b/src/output/charts/plot-chart.h @@ -52,7 +52,8 @@ enum tick_orientation void draw_tick(struct chart *chart, enum tick_orientation orientation, double position, - const char *label, ...); + const char *label, ...) + PRINTF_FORMAT (4, 5); /* Write the title on a chart*/