From 59df73a12d0421dd0a3f5a3d8718b7d568d5c193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Klein?= Date: Wed, 26 Sep 2018 17:15:15 +0200 Subject: [PATCH] Test warning --- src/watchdog_fsevents.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/watchdog_fsevents.c b/src/watchdog_fsevents.c index 074f53876..bc9cf72a6 100644 --- a/src/watchdog_fsevents.c +++ b/src/watchdog_fsevents.c @@ -142,7 +142,6 @@ watchdog_FSEventStreamCallback(ConstFSEventStreamRef stream_ref, const FSEventStreamEventId event_ids[]) { UNUSED(stream_ref); - UNUSED(event_ids); size_t i = 0; PyObject *callback_result = NULL; PyObject *path = NULL;