aboutsummaryrefslogtreecommitdiff
path: root/src/GHExtension.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GHExtension.c')
-rw-r--r--src/GHExtension.c2
1 files changed, 1 insertions, 1 deletions
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 */