Browse Source

Merge commit '68f9af2' into stratum

Luke Dashjr 13 years ago
parent
commit
6c326f55c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scrypt.h

+ 1 - 1
scrypt.h

@@ -16,7 +16,7 @@ static inline bool scrypt_test(__maybe_unused unsigned char *pdata,
 	return false;
 }
 
-static inline void scrypt_outputhash(struct work *work)
+static inline void scrypt_outputhash(__maybe_unused struct work *work)
 {
 }
 #endif /* USE_SCRYPT */