[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10459 - in gnuradio/trunk: gcell/lib/runtime gnuradio
From: |
eb |
Subject: |
[Commit-gnuradio] r10459 - in gnuradio/trunk: gcell/lib/runtime gnuradio-core/src/lib/filter |
Date: |
Tue, 17 Feb 2009 20:04:21 -0700 (MST) |
Author: eb
Date: 2009-02-17 20:04:20 -0700 (Tue, 17 Feb 2009)
New Revision: 10459
Modified:
gnuradio/trunk/gcell/lib/runtime/gc_job_manager_impl.cc
gnuradio/trunk/gnuradio-core/src/lib/filter/gr_fir_fff_altivec.cc
Log:
gcc 4.3 cleanup
Modified: gnuradio/trunk/gcell/lib/runtime/gc_job_manager_impl.cc
===================================================================
--- gnuradio/trunk/gcell/lib/runtime/gc_job_manager_impl.cc 2009-02-18
01:45:41 UTC (rev 10458)
+++ gnuradio/trunk/gcell/lib/runtime/gc_job_manager_impl.cc 2009-02-18
03:04:20 UTC (rev 10459)
@@ -712,7 +712,7 @@
pthread_create_failure_msg(int r, const char *which)
{
char buf[256];
- char *s = 0;
+ const char *s = 0;
switch (r){
case EAGAIN: s = "EAGAIN"; break;
Modified: gnuradio/trunk/gnuradio-core/src/lib/filter/gr_fir_fff_altivec.cc
===================================================================
--- gnuradio/trunk/gnuradio-core/src/lib/filter/gr_fir_fff_altivec.cc
2009-02-18 01:45:41 UTC (rev 10458)
+++ gnuradio/trunk/gnuradio-core/src/lib/filter/gr_fir_fff_altivec.cc
2009-02-18 03:04:20 UTC (rev 10459)
@@ -28,6 +28,7 @@
#include <gr_math.h>
#include <gr_altivec.h>
#include <dotprod_fff_altivec.h>
+#include <string.h>
#include "posix_memalign.h"
gr_fir_fff_altivec::gr_fir_fff_altivec()
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10459 - in gnuradio/trunk: gcell/lib/runtime gnuradio-core/src/lib/filter,
eb <=