From bffa286fe97708586834838f72d9abfaeca1fe25 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 22 Nov 2017 11:36:12 +0000 Subject: Remove compiler warnings --- src/gemma.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gemma.cpp') diff --git a/src/gemma.cpp b/src/gemma.cpp index 8977255..df8934e 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -3042,9 +3042,9 @@ void GEMMA::BatchRun(PARAM &cPar) { } // load annotations - gsl_matrix *Ac; - gsl_matrix_int *Ad; - gsl_vector_int *dlevel; + gsl_matrix *Ac = NULL; + gsl_matrix_int *Ad = NULL; + gsl_vector_int *dlevel = NULL; size_t kc, kd; if (!cPar.file_cat.empty()) { ReadFile_cat(cPar.file_cat, vec_rs, Ac, Ad, dlevel, kc, kd); -- cgit v1.2.3