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
编译命令:./configure --prefix=/usr/local/nginx-1.12.2 --with-stream --add-module=../nginx-upsync && make -j4
出现如下错误:
../nginx-upsync/nginx-stream-upsync-module/src/ngx_stream_upsync_module.c: In function 'ngx_stream_upsync_replace_peers':
../nginx-upsync/nginx-stream-upsync-module/src/ngx_stream_upsync_module.c:1181:53: error: variable 'tmp_peer' set but not used [-Werror=unused-but-set-variable]
ngx_stream_upstream_rr_peer_t *peer = NULL, *tmp_peer;
^
cc1: all warnings being treated as errors
make[1]: *** [objs/addon/src/ngx_stream_upsync_module.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/usr/local/src/nginx/nginx-1.12.2'
make: *** [build] Error 2
The text was updated successfully, but these errors were encountered:
版本: nginx-1.12.2
编译命令:./configure --prefix=/usr/local/nginx-1.12.2 --with-stream --add-module=../nginx-upsync && make -j4
出现如下错误:
../nginx-upsync/nginx-stream-upsync-module/src/ngx_stream_upsync_module.c: In function 'ngx_stream_upsync_replace_peers':
../nginx-upsync/nginx-stream-upsync-module/src/ngx_stream_upsync_module.c:1181:53: error: variable 'tmp_peer' set but not used [-Werror=unused-but-set-variable]
ngx_stream_upstream_rr_peer_t *peer = NULL, *tmp_peer;
^
cc1: all warnings being treated as errors
make[1]: *** [objs/addon/src/ngx_stream_upsync_module.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/usr/local/src/nginx/nginx-1.12.2'
make: *** [build] Error 2
The text was updated successfully, but these errors were encountered: