X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fdummy-chart.c;h=dc20162c410bfe7f4830dfb332cf4e4df00af169;hb=e850a37743edb8035b15c4ed313a2b8fdafdc696;hp=9e9a81420df4e8f714d87548312477e2ac63e460;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/src/output/dummy-chart.c b/src/output/dummy-chart.c index 9e9a8142..dc20162c 100644 --- a/src/output/dummy-chart.c +++ b/src/output/dummy-chart.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2004 Free Software Foundation, Inc. - Written by John Darrington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -18,8 +17,9 @@ 02110-1301, USA. */ #include - #include +#include +#include "chart.h" struct chart * @@ -29,7 +29,7 @@ chart_create(void) } void -chart_submit(struct chart *chart) +chart_submit(struct chart *chart UNUSED) { }