aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/libm-ieee754/w_dreml.c
diff options
context:
space:
mode:
authorCollin Funk <collin.funk1@gmail.com>2025-03-25 11:17:55 -0400
committerCarlos O'Donell <carlos@redhat.com>2025-03-25 23:55:08 -0400
commit3263675250cbcbbcc76ede4f7c660418bd345a11 (patch)
treec2ab16c865886a6eb6fdcf4d1d475b6c2ffcfbdb /sysdeps/libm-ieee754/w_dreml.c
parentcd335350021fd0b7ac533c83717ee38832fd9887 (diff)
downloadglibc-master.zip
glibc-master.tar.gz
glibc-master.tar.bz2
linux: Fix integer overflow warnings when including <sys/mount.h> [BZ #32708]HEADmaster
Using gcc -Wshift-overflow=2 -Wsystem-headers to compile a file including <sys/mount.h> will cause a warning since 1 << 31 is undefined behavior on platforms where int is 32-bits. Signed-off-by: Collin Funk <collin.funk1@gmail.com> Tested-by: Carlos O'Donell <carlos@redhat.com> Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/libm-ieee754/w_dreml.c')
0 files changed, 0 insertions, 0 deletions