summaryrefslogtreecommitdiff
path: root/gr-fec/lib/async_decoder_impl.h
diff options
context:
space:
mode:
authorTim O'Shea <tim.oshea753@gmail.com>2015-04-06 11:20:26 -0400
committerTim O'Shea <tim.oshea753@gmail.com>2015-04-06 11:20:26 -0400
commit87f4a542c1c963603793bb0ae47f16e17d6efd9a (patch)
tree318b362c202981dbc803592d2291cbf00a4ffe26 /gr-fec/lib/async_decoder_impl.h
parent00bbfcda2e84e09cc10293190b4cac0a92f90564 (diff)
fec: more warning / sign cleanup
Diffstat (limited to 'gr-fec/lib/async_decoder_impl.h')
-rw-r--r--gr-fec/lib/async_decoder_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/lib/async_decoder_impl.h b/gr-fec/lib/async_decoder_impl.h
index c3c7a7c3ff..53dc84fbe3 100644
--- a/gr-fec/lib/async_decoder_impl.h
+++ b/gr-fec/lib/async_decoder_impl.h
@@ -44,7 +44,7 @@ namespace gr {
bool d_packed;
bool d_rev_pack;
- int d_max_bits_in;
+ size_t d_max_bits_in;
float *d_tmp_f32;
int8_t *d_tmp_u8;
uint8_t *d_bits_out;