ch_init(): Add braces to appease older clang compilers
authorTomas Mraz <tomas@openssl.org>
Wed, 23 Aug 2023 17:57:00 +0000 (19:57 +0200)
committerHugo Landau <hlandau@openssl.org>
Fri, 25 Aug 2023 11:03:54 +0000 (12:03 +0100)
commitd848520afed1d3a4e4c38307d3bf21e14bff096f
tree8070dd63c4d643dc1a31bef0776f63f85dc2200e
parent5ad3cc19282e2f98189467cd6aeae8d0389b999b
ch_init(): Add braces to appease older clang compilers

They produce a warning `suggest braces around initialization of subobject`
otherwise.

Add -Wno-missing-braces to silence old clang compilers

And drop unnecessary braces in zeroing initializers.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21823)
Configure
ssl/quic/quic_ackm.c