I am using Ubuntu 14.04 while building nginx source using BLSS module I am getting following error
../BLSS/ngx_rtmp.c: In function ‘ngx_rtmp_add_listen’:
../BLSS/ngx_rtmp.c:629:25: error: ‘ssl’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
addr[i].opt.ssl = ssl;
^
../BLSS/ngx_rtmp.c:545:28: note: ‘ssl’ was declared here
ngx_uint_t ssl;
^
cc1: all warnings being treated as errors
make[1]: *** [objs/addon/BLSS/ngx_rtmp.o] Error 1
make[1]: Leaving directory `/root/nginx/nginx-1.12.0'
make: *** [build] Error 2
I am using Ubuntu 14.04 while building nginx source using BLSS module I am getting following error
what I am doing wrong here?