diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-01-18 15:30:35 -0500 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-01-18 15:30:35 -0500 |
commit | b342a74de0d70db5db7c7b30d513ab59ea53dc83 (patch) | |
tree | 1b4c0370be82e521ed016bc8f5638fd65fcfcd4c /gnuradio-runtime/lib/thread | |
parent | c3fc18011f2712708dd70451437679f1c14736b9 (diff) |
build: fixed a warning on OS X.
Diffstat (limited to 'gnuradio-runtime/lib/thread')
-rw-r--r-- | gnuradio-runtime/lib/thread/thread.cc | 1 |
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 |