Browse Source

Silence ADL warnings.

Con Kolivas 14 years ago
parent
commit
c72a8b8cc9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      adl.c

+ 2 - 2
adl.c

@@ -963,7 +963,7 @@ static int set_powertune(int gpu, int iPercentage)
 	return ret;
 }
 
-static void fan_autotune(int gpu, int temp, int fanpercent, bool *fan_optimal)
+static void fan_autotune(int gpu, int temp, int fanpercent, bool __maybe_unused *fan_optimal)
 {
 	struct cgpu_info *cgpu = &gpus[gpu];
 	struct gpu_adl *ga = &cgpu->adl;
@@ -1271,7 +1271,7 @@ updated:
 	goto updated;
 }
 
-void clear_adl(nDevs)
+void clear_adl(int nDevs)
 {
 	struct gpu_adl *ga;
 	int i;