Mercurial > hg > qm-dsp
diff maths/pca/pca.c @ 414:7e8d1f26b098
Fix compiler warnings with -Wall -Wextra
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 28 Sep 2015 12:33:17 +0100 |
parents | f599563a4663 |
children | fdaa63607c15 |
line wrap: on
line diff
--- a/maths/pca/pca.c Tue Sep 08 13:18:14 2015 +0100 +++ b/maths/pca/pca.c Mon Sep 28 12:33:17 2015 +0100 @@ -252,7 +252,7 @@ void pca_project(double** data, int n, int m, int ncomponents) { int i, j, k, k2; - double **symmat, **symmat2, *evals, *interm; + double **symmat, /* **symmat2, */ *evals, *interm; //TODO: assert ncomponents < m