From 2faa3ae020bd528bf3f33b211d547662a8f5d838 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 1 Feb 2000 19:47:20 +0000 Subject: Fixed compiler warnings for assigning const char * to char * git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@31 b589c3ab-70e8-4b4d-a09f-cba2dd200880 --- src/Output.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Output.c') diff --git a/src/Output.c b/src/Output.c index 27afad3..f4f30c2 100644 --- a/src/Output.c +++ b/src/Output.c @@ -24,7 +24,7 @@ int IOBasic_OutputGH (cGH *GH) { DECLARE_CCTK_PARAMETERS int index; - char *name; + const char *name; iobasicGH *myGH; t_param_prop *param_prop; static int outScalar_vars_lastset = 0; @@ -170,7 +170,7 @@ int IOBasic_TimeForOutput (cGH *GH, int index) int IOBasic_TriggerOutput (cGH *GH, int index) { - char *name; + const char *name; iobasicGH *myGH; -- cgit v1.2.3