diff maths/pca/pca.c @ 189:e4a57215ddee

Fix compiler warnings with -Wall -Wextra
author Chris Cannam
date Mon, 28 Sep 2015 12:33:17 +0100
parents 2e3f5d2d62c1
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