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

clang-6,7,8 versions fail strict builds due to missing brackets in initialization #21477

Closed
t8m opened this issue Jul 17, 2023 · 1 comment
Closed
Labels
branch: master Merge to master branch good first issue Bite size change that could be a good start help wanted triaged: bug The issue/pr is/fixes a bug

Comments

@t8m
Copy link
Member

t8m commented Jul 17, 2023

Run make -s -j4
ssl/quic/quic_ackm.c:924:36: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
    OSSL_CC_LOSS_INFO loss_info = {0};
                                   ^
                                   {}
ssl/quic/quic_ackm.c:971:31: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
    OSSL_CC_ACK_INFO ainfo = {0};
                              ^
                              {}
2 errors generated.
make[1]: *** [Makefile:12233: ssl/quic/libssl-lib-quic_ackm.o] Error 1
@t8m t8m added branch: master Merge to master branch triaged: bug The issue/pr is/fixes a bug labels Jul 17, 2023
@t8m t8m added this to the 3.2.0 milestone Jul 17, 2023
@paulidale paulidale added good first issue Bite size change that could be a good start help wanted labels Jul 17, 2023
@hlandau hlandau removed this from the 3.2.0 milestone Aug 31, 2023
@t8m
Copy link
Member Author

t8m commented Oct 5, 2023

This was fixed by #21823

@t8m t8m closed this as completed Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch: master Merge to master branch good first issue Bite size change that could be a good start help wanted triaged: bug The issue/pr is/fixes a bug
Projects
None yet
3 participants