fix more unused parameters warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user