Commit 3b3e979061b2d3f9b2a909a692cf97b7f9a4a82d

Con Kolivas 2014-04-03T21:01:31

Fix warning

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cgminer.c b/cgminer.c
index 5121423..373bd33 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -965,7 +965,7 @@ static char* set_sharelog(char *arg)
 }
 
 static char *temp_cutoff_str = NULL;
-static char *opt_set_temp_cutoff;
+static char __maybe_unused *opt_set_temp_cutoff;
 
 char *set_temp_cutoff(char *arg)
 {