Skip to content

Commit fdccb5e

Browse files
committed
wip
1 parent 7f83bf0 commit fdccb5e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/nginx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)