X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/98883bca6ffdf0657ed46fbb66fc45e74fc85bc6..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/src/unix/epolldispatcher.cpp?ds=inline diff --git a/src/unix/epolldispatcher.cpp b/src/unix/epolldispatcher.cpp index e52aa35669..6f36836f0f 100644 --- a/src/unix/epolldispatcher.cpp +++ b/src/unix/epolldispatcher.cpp @@ -19,7 +19,7 @@ // for compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef wxUSE_EPOLL_DISPATCHER +#if wxUSE_EPOLL_DISPATCHER #include "wx/unix/private/epolldispatcher.h" #include "wx/unix/private.h" @@ -41,7 +41,7 @@ // helper: return EPOLLxxx mask corresponding to the given flags (and also log // debugging messages about it) -static uint32_t GetEpollMask(int flags, int fd) +static uint32_t GetEpollMask(int flags, int WXUNUSED_UNLESS_DEBUG(fd)) { uint32_t ep = 0;