commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/01: build: fixed a warning on OS X.


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/01: build: fixed a warning on OS X.
Date: Sat, 18 Jan 2014 20:31:49 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch maint
in repository gnuradio.

commit b342a74de0d70db5db7c7b30d513ab59ea53dc83
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 18 15:30:35 2014 -0500

    build: fixed a warning on OS X.
---
 gnuradio-runtime/lib/thread/thread.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnuradio-runtime/lib/thread/thread.cc 
b/gnuradio-runtime/lib/thread/thread.cc
index 5150f9b..f93543f 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]