From 01b6697b18e1e04ce0a8709f82c170f2076e4cda Mon Sep 17 00:00:00 2001 From: eb Date: Wed, 18 Feb 2009 03:04:20 +0000 Subject: [PATCH] gcc 4.3 cleanup git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10459 221aa14e-8319-0410-a670-987f0aec2ac5 --- gcell/lib/runtime/gc_job_manager_impl.cc | 2 +- gnuradio-core/src/lib/filter/gr_fir_fff_altivec.cc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gcell/lib/runtime/gc_job_manager_impl.cc b/gcell/lib/runtime/gc_job_manager_impl.cc index 4469d502..cc49fd1f 100644 --- a/gcell/lib/runtime/gc_job_manager_impl.cc +++ b/gcell/lib/runtime/gc_job_manager_impl.cc @@ -712,7 +712,7 @@ static void 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; diff --git a/gnuradio-core/src/lib/filter/gr_fir_fff_altivec.cc b/gnuradio-core/src/lib/filter/gr_fir_fff_altivec.cc index 8fc5bcd7..996e80cd 100644 --- a/gnuradio-core/src/lib/filter/gr_fir_fff_altivec.cc +++ b/gnuradio-core/src/lib/filter/gr_fir_fff_altivec.cc @@ -28,6 +28,7 @@ #include #include #include +#include #include "posix_memalign.h" gr_fir_fff_altivec::gr_fir_fff_altivec() -- 2.47.2