You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jitter.c: In function ‘jitter_buffer_ctl’:
jitter.c:802:28: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
jitter->destroy = (void (*) (void *))ptr;
^
scal.c: In function ‘speex_decorrelate’:
scal.c:155:11: warning: unused variable ‘N’ [-Wunused-variable]
int N=2*st->frame_size;
^
Feel free to build with -Wall -pedantic to help catch these.
Cheers.
The text was updated successfully, but these errors were encountered:
Feel free to build with
-Wall -pedantic
to help catch these.Cheers.
The text was updated successfully, but these errors were encountered: