HomeFreeBSD

libm: add braces around initialization of subobjects

Description

libm: add braces around initialization of subobjects

This cleans up a warning when building libm at higher WARNS levels and
makes the intent more clear. By the C standard the values are assigned
to subobject members in order so this change introduces no functional
change. (6.7.9 20)

Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D8333

Details

Provenance
emasteAuthored on
Reviewer
kib
Differential Revision
D8333: libm: add braces around initialization of subobjects
Parents
rS308171: arm64 make-memstick.sh: use 'set -e' to abort if any step fails
Branches
Unknown
Tags
Unknown