From 9ba114325f69ba5cb45d954d54ed7fc40e755777 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 16 Jul 2003 09:46:44 +0000 Subject: Fixed a compiler warning about unused parameters. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@415 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- src/GHExtension.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GHExtension.c b/src/GHExtension.c index aa7ec1b..397e830 100644 --- a/src/GHExtension.c +++ b/src/GHExtension.c @@ -83,7 +83,7 @@ void *PUGH_SetupGH (tFleshConfig *config, /* avoid compiler warnings about unused parameters */ - (void *) (config + 0); + (void) (config + 0); (void) (convergence_level + 0); /* Set up the GH */ -- cgit v1.2.3