]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/epolldispatcher.cpp
implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the...
[wxWidgets.git] / src / unix / epolldispatcher.cpp
index 75570626040eebedd330fc92da3fee3cbc61a0fe..cd57f124118cb979f1145dbcce662fc645ab8ba0 100644 (file)
@@ -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;