diff options
Diffstat (limited to 'capsicum-test.h')
-rw-r--r-- | capsicum-test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capsicum-test.h b/capsicum-test.h index 61d95711eec0..4251302e8681 100644 --- a/capsicum-test.h +++ b/capsicum-test.h @@ -20,7 +20,7 @@ extern bool force_mt; extern bool force_nofork; extern uid_t other_uid; -static inline void *WaitingThreadFn(void *p) { +static inline void *WaitingThreadFn(void *) { // Loop until cancelled while (true) { usleep(10000); |