aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionMax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReductionMax.c')
-rw-r--r--src/ReductionMax.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ReductionMax.c b/src/ReductionMax.c
index 6ba57c7..e2f3eb2 100644
--- a/src/ReductionMax.c
+++ b/src/ReductionMax.c
@@ -219,9 +219,9 @@ static int PUGH_ReductionMaxVal (cGH *GH,
/* prevent compiler warnings about unused parameters */
- GH = GH;
- proc = proc;
- num_points = num_points;
+ (void) (GH + 0);
+ (void) (proc + 0);
+ (void) (num_points + 0);
/* macros to complete the ITERATE_ARRAY macro */
#define INITIAL_REDUCTION_VALUE(array) ((array)[0])