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
Compilation fails with the warning unused-but-set-variable. Adding --with-cc-opt=-Wno-unused-but-set-variable helps
/Users/user/opensource/nginx-rtmp-module/ngx_rtmp_handler.c:573:48: error: variable 'nbufs' set but not used [-Werror,-Wunused-but-set-variable]
ngx_int_t hsize, thsize, nbufs;
Probably a duplicate of #1407 (I don't speak Chinese)
The text was updated successfully, but these errors were encountered:
Compilation fails with the warning
unused-but-set-variable
. Adding--with-cc-opt=-Wno-unused-but-set-variable
helpsProbably a duplicate of #1407 (I don't speak Chinese)
The text was updated successfully, but these errors were encountered: