From f5d4efecab405ae09e2a09ab9b56d5fcb65b6005 Mon Sep 17 00:00:00 2001 From: "Tobias S. Josefowitz" <tobij@tobij.de> Date: Wed, 26 Feb 2014 14:43:46 +0100 Subject: [PATCH] Now compiles on !MacOSX again :) --- src/backend.cmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend.cmod b/src/backend.cmod index bad8cad5a4..d4aa812131 100644 --- a/src/backend.cmod +++ b/src/backend.cmod @@ -3380,7 +3380,7 @@ static void noteEvents(CFFileDescriptorRef fdref, CFOptionFlags UNUSED(callBackT struct PollDeviceBackend_struct *pdb, int fd, int old_events, int new_events, #ifdef BACKEND_USES_POLL_DEVICE - int PDUNUSED(flags), + int PDUNUSED(flags) #else int flags #endif -- GitLab