File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,7 +215,6 @@ jobs:
215215 run : |
216216 ./auto/configure --with-wolfssl=$GITHUB_WORKSPACE/build-dir --with-http_ssl_module \
217217 --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module \
218- --with-cc-opt='-Wno-error=unterminated-string-initialization' \
219218 --with-http_v2_module --with-mail --with-mail_ssl_module
220219 make -j
221220
@@ -257,7 +256,7 @@ jobs:
257256 --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module \
258257 --with-http_v2_module --with-mail --with-mail_ssl_module \
259258 --with-cc-opt='-fsanitize=address -DNGX_DEBUG_PALLOC=1 -g3 \
260- -Wno-error=unterminated-string-initialization ${{ env.nginx_c_flags }}' \
259+ ${{ env.nginx_c_flags }}' \
261260 --with-ld-opt='-fsanitize=address ${{ env.nginx_c_flags }}'
262261 make -j
263262
You can’t perform that action at this time.
0 commit comments