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:
Gilles Depeyrot
2002-09-07 12:48:17 +00:00
parent 7fbc642095
commit d56c4286e3
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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