projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56d6f17
)
QUICK CLUSTER: Avoid "unused parameter" warning.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 21 Oct 2015 15:04:33 +0000
(08:04 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 21 Oct 2015 15:04:33 +0000
(08:04 -0700)
src/language/stats/quick-cluster.c
patch
|
blob
|
history
diff --git
a/src/language/stats/quick-cluster.c
b/src/language/stats/quick-cluster.c
index 56c95c3fbd4ce95e913359f196f626ce87e00f55..52af3c394b23d7ae2559bb87617b06e44ef6bbc0 100644
(file)
--- 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++)