display compilation warning under Mac OS X/Darwin for missing poll
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#if defined(__DARWIN__)
|
||||
// FIXME: select must be used instead of poll (GD)
|
||||
# warning "FIXME: select must be used instead of poll (GD)"
|
||||
#elif defined(__VMS)
|
||||
# include <poll.h>
|
||||
#else
|
||||
|
@@ -45,7 +45,7 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#if defined(__DARWIN__)
|
||||
// FIXME: select must be used instead of poll (GD)
|
||||
# warning "FIXME: select must be used instead of poll (GD)"
|
||||
#elif defined(__VMS)
|
||||
# include <poll.h>
|
||||
#else
|
||||
|
Reference in New Issue
Block a user