]> git.saurik.com Git - wxWidgets.git/commitdiff
display compilation warning under Mac OS X/Darwin for missing poll
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 7 Sep 2002 12:48:17 +0000 (12:48 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 7 Sep 2002 12:48:17 +0000 (12:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/app.cpp
src/gtk1/app.cpp

index 08de37e9aeabbcc20bf09625cb5dfe88a57a51a5..20d8961d6c123eb030db24bd104005c149f1cf74 100644 (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
index 08de37e9aeabbcc20bf09625cb5dfe88a57a51a5..20d8961d6c123eb030db24bd104005c149f1cf74 100644 (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