X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fquick-cluster.c;h=52af3c394b23d7ae2559bb87617b06e44ef6bbc0;hb=cf49e705e1b2e3a95c8c41e35034a65c16aa40ff;hp=56c95c3fbd4ce95e913359f196f626ce87e00f55;hpb=56d6f17c81105cffb326be040430fefe53f95eea;p=pspp diff --git a/src/language/stats/quick-cluster.c b/src/language/stats/quick-cluster.c index 56c95c3fbd..52af3c394b 100644 --- a/src/language/stats/quick-cluster.c +++ b/src/language/stats/quick-cluster.c @@ -156,7 +156,7 @@ kmeans_destroy (struct Kmeans *kmeans) /* Creates random centers using randomly selected cases from the data. */ static void -kmeans_randomize_centers (struct Kmeans *kmeans, const struct casereader *reader, const struct qc *qc) +kmeans_randomize_centers (struct Kmeans *kmeans, const struct casereader *reader UNUSED, const struct qc *qc) { int i, j; for (i = 0; i < qc->ngroups; i++)