Changeset: e12269fb67f5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e12269fb67f5
Modified Files:
        clients/mapiclient/tomograph.c
Branch: default
Log Message:

Silence compilers.


diffs (12 lines):

diff --git a/clients/mapiclient/tomograph.c b/clients/mapiclient/tomograph.c
--- a/clients/mapiclient/tomograph.c
+++ b/clients/mapiclient/tomograph.c
@@ -165,7 +165,7 @@ static int source[MAXTHREADS];
 
 static void
 showNumaHeatmap(void){
-       int i,j;
+       int i,j =0;
        int max= 0;
        FILE *f;
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to