diff options
author | Tim O'Shea <tim.oshea753@gmail.com> | 2015-04-06 11:20:26 -0400 |
---|---|---|
committer | Tim O'Shea <tim.oshea753@gmail.com> | 2015-04-06 11:20:26 -0400 |
commit | 87f4a542c1c963603793bb0ae47f16e17d6efd9a (patch) | |
tree | 318b362c202981dbc803592d2291cbf00a4ffe26 /gr-fec/lib/async_decoder_impl.h | |
parent | 00bbfcda2e84e09cc10293190b4cac0a92f90564 (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.h | 2 |
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; |