Fix compiler warnings across the tree. Adds --enable-warnings-as-errors configure...
[debian/gnuradio] / gr-cvsd-vocoder / src / lib / cvsd_decode_bs.cc
index 6b44c57e5f9231df759ea5da9cc7da0f042788af..1dad15d430467dc9372889ccc37409234db83f80 100644 (file)
@@ -64,12 +64,8 @@ cvsd_decode_bs::cvsd_decode_bs (short min_step, short max_step, double step_deca
     d_stepsize(min_step)
   
 {
-  assert(d_pos_accum_max <= SHRT_MAX);
-  assert(d_neg_accum_max >= -SHRT_MAX);
   assert(d_K <= 32);
   assert(d_J <= d_K);
-  
-  // nothing else required in this example
 }