Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu 13.04 编译的时候报错 #305

Closed
wbteve opened this issue Aug 20, 2013 · 1 comment
Closed

ubuntu 13.04 编译的时候报错 #305

wbteve opened this issue Aug 20, 2013 · 1 comment

Comments

@wbteve
Copy link

wbteve commented Aug 20, 2013

gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/proc -I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_log_module.o
src/http/modules/ngx_http_log_module.c
gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/proc -I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_request_body.o
src/http/ngx_http_request_body.c
src/http/ngx_http_request_body.c: 在函数‘ngx_http_read_non_buffered_client_request_body’中:
src/http/ngx_http_request_body.c:517:32: 错误: 变量‘clcf’被设定但未被使用 [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
make[1]: *** [objs/src/http/ngx_http_request_body.o] 错误 1
make[1]:正在离开目录 `/data/soft/tengine-1.5.0'
make: *** [build] 错误 2

@yaoweibin
Copy link
Member

谢谢报告,这个问题已经在#288 修复。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants