Unverified Commit 90365e99 authored by Wolle's avatar Wolle Committed by GitHub

avoid warning "unused var"

parent 94ac2c4a
...@@ -74,6 +74,8 @@ bool OPUSDecoder_AllocateBuffers(){ ...@@ -74,6 +74,8 @@ bool OPUSDecoder_AllocateBuffers(){
OPUSsetDefaults(); OPUSsetDefaults();
int32_t ret = 0, silkDecSizeBytes = 0; int32_t ret = 0, silkDecSizeBytes = 0;
(void) ret;
(void) silkDecSizeBytes;
//ret = silk_Get_Decoder_Size(&silkDecSizeBytes); //ret = silk_Get_Decoder_Size(&silkDecSizeBytes);
if (ret){ if (ret){
log_e("internal error"); log_e("internal error");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment