Browse Source

reduce windows compile warnings

Kano 13 years ago
parent
commit
37f8a1f775
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,
 	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)
 {
 {
 	/* FIXME - actually do something */
 	/* FIXME - actually do something */
 	return 0;
 	return 0;