From 3decf96b3ba0a29dac183d91f7004297ece6dfae Mon Sep 17 00:00:00 2001 From: ianhin Date: Mon, 26 Nov 2012 11:53:46 +0000 Subject: template.c: Initialise variable to eliminate compiler warning git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@59 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef --- src/template.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/template.c b/src/template.c index a22401e..0f030a0 100644 --- a/src/template.c +++ b/src/template.c @@ -1047,7 +1047,8 @@ if (debug > 0) * to get the status for this axis */ { - int this_axis_status; + + int this_axis_status = -1; switch (mp_status) { case 0: -- cgit v1.2.3