commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 01/01: build: of course this wouldn't have


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/01: build: of course this wouldn't have worked. Now fixing the compiler warning on OS X.
Date: Sat, 18 Jan 2014 20:47:16 +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 411e687b8de2a657c680658801e1c5ebdc131537
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 18 15:46:02 2014 -0500

    build: of course this wouldn't have worked. Now fixing the compiler warning 
on OS X.
---
 gnuradio-runtime/lib/thread/thread.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnuradio-runtime/lib/thread/thread.cc 
b/gnuradio-runtime/lib/thread/thread.cc
index f93543f..5e5874e 100644
--- a/gnuradio-runtime/lib/thread/thread.cc
+++ b/gnuradio-runtime/lib/thread/thread.cc
@@ -125,7 +125,7 @@ namespace gr {
     get_current_thread_id()
     {
       // Not implemented on OSX
-      return;
+      return NULL;
     }
 
     void



reply via email to

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