summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/thread
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-01-18 15:30:35 -0500
committerTom Rondeau <tom@trondeau.com>2014-01-18 15:30:35 -0500
commitb342a74de0d70db5db7c7b30d513ab59ea53dc83 (patch)
tree1b4c0370be82e521ed016bc8f5638fd65fcfcd4c /gnuradio-runtime/lib/thread
parentc3fc18011f2712708dd70451437679f1c14736b9 (diff)
build: fixed a warning on OS X.
Diffstat (limited to 'gnuradio-runtime/lib/thread')
-rw-r--r--gnuradio-runtime/lib/thread/thread.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/thread/thread.cc b/gnuradio-runtime/lib/thread/thread.cc
index 5150f9b410..f93543f58c 100644
--- a/gnuradio-runtime/lib/thread/thread.cc
+++ b/gnuradio-runtime/lib/thread/thread.cc
@@ -125,6 +125,7 @@ namespace gr {
get_current_thread_id()
{
// Not implemented on OSX
+ return;
}
void