about summary refs log tree commit diff
path: root/string
diff options
context:
space:
mode:
authorAdhemerval Zanella Netto <adhemerval.zanella@linaro.org>2023-07-25 12:16:40 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-07-26 09:45:55 -0300
commitdbc4b032dc5c4ef0c46e9de23c46b1698bad4412 (patch)
tree487931b85a4190471e2ff669ba40b286f6684a07 /string
parent0b1a76c57782a03685f405ee53e6d5f691d69298 (diff)
downloadglibc-dbc4b032dc5c4ef0c46e9de23c46b1698bad4412.tar.gz
glibc-dbc4b032dc5c4ef0c46e9de23c46b1698bad4412.tar.xz
glibc-dbc4b032dc5c4ef0c46e9de23c46b1698bad4412.zip
linux: Fix i686 with gcc6
On __convert_scm_timestamps GCC 6 issues an warning that tvts[0]/tvts[1]
maybe be used uninitialized, however it would be used if type is set to a
value different than 0 (done by either COMPAT_SO_TIMESTAMP_OLD or
COMPAT_SO_TIMESTAMPNS_OLD) which will fallthrough to 'common' label.

It does not show with gcc 7 or more recent versions.

Checked on i686-linux-gnu.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'string')
0 files changed, 0 insertions, 0 deletions