Author: eb
Date: 2007-04-05 23:36:21 -0600 (Thu, 05 Apr 2007)
New Revision: 4894

Modified:
   gnuradio/branches/developers/eb/ibu/omnithread/posix.cc
Log:
Confirm that PthreadDraftVersion is defined to avoid quiet failure

Modified: gnuradio/branches/developers/eb/ibu/omnithread/posix.cc
===================================================================
--- gnuradio/branches/developers/eb/ibu/omnithread/posix.cc     2007-04-06 
05:28:49 UTC (rev 4893)
+++ gnuradio/branches/developers/eb/ibu/omnithread/posix.cc     2007-04-06 
05:36:21 UTC (rev 4894)
@@ -51,6 +51,10 @@
 #include <time.h>
 #include <omnithread.h>
 
+#if (PthreadDraftVersion == 0)
+#error "PthreadDraftVersion not defined.  If not sure, define it to 10"
+#endif
+
 #ifdef HAVE_NANOSLEEP
 #undef NoNanoSleep
 #else



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to