Fix for ticket:36 , now (hopefully) does "make check" properly on all
authormichaelld <michaelld@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 17 Aug 2006 19:23:48 +0000 (19:23 +0000)
committermichaelld <michaelld@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 17 Aug 2006 19:23:48 +0000 (19:23 +0000)
platforms.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3342 221aa14e-8319-0410-a670-987f0aec2ac5

gr-error-correcting-codes/src/lib/libecc/tests/qa_encoder_convolutional_ic1_ic1.cc

index bba7dce7c79eb63786531c8847741597bb02f9a0..a229e1d934d504a3fa81b3ab1a52f0d2cd212b7a 100644 (file)
@@ -270,7 +270,7 @@ qa_encoder_convolutional_ic1_ic1::t1
 // start state is 0, same feedback, no termination
 
 const static int t2_code_generator[] = {1, 0, 0, 1, 5, 6};
-const static size_t t2_code_feedback[] = {0, 0, 0, 0, 7, 7};
+const static int t2_code_feedback[] = {0, 0, 0, 0, 7, 7};
 const static int t2_encode_soai = 1;
 
 const static char t2_in_0[] =
@@ -1285,7 +1285,7 @@ qa_encoder_convolutional_ic1_ic1::t24
 // start state is 0, same feedback, no termination
 
 const static int t25_code_generator[] = {1, 0, 0, 1, 5, 6};
-const static size_t t25_code_feedback[] = {0, 0, 0, 0, 7, 7};
+const static int t25_code_feedback[] = {0, 0, 0, 0, 7, 7};
 const static int t25_encode_soai = 1;
 
 const static char t25_in_0[] =