Browse Source

Merge commit '77d2a20' into cgmerges

Conflicts:
	util.c
Luke Dashjr 13 years ago
parent
commit
00d65da7ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compat.h

+ 1 - 1
compat.h

@@ -57,7 +57,7 @@ enum {
 	PRIO_PROCESS		= 0,
 };
 
-static inline int setpriority(int which, int who, int prio)
+static inline int setpriority(__maybe_unused int which, __maybe_unused int who, __maybe_unused int prio)
 {
 	return -!SetPriorityClass(GetCurrentProcess(), IDLE_PRIORITY_CLASS);
 }