nginx-patches
nginx-patches copied to clipboard
error on make
make
make -f objs/Makefile
make[1]: Entering directory /tmp/nginx-1.7.8' cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I../nginx-rtmp-module-master -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_palloc.o \ src/core/ngx_palloc.c src/core/ngx_palloc.c: In function ‘ngx_destroy_pool’: src/core/ngx_palloc.c:139:12: error: ‘direct’ is used uninitialized in this function [-Werror=uninitialized] cc1: all warnings being treated as errors make[1]: *** [objs/src/core/ngx_palloc.o] Error 1 make[1]: Leaving directory
/tmp/nginx-1.7.8'
make: *** [build] Error 2