about summary refs log tree commit diff
path: root/sysdeps/alpha
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2021-05-19 16:48:19 +0100
committerJonathan Wakely <jwakely@redhat.com>2021-09-30 12:18:48 +0100
commita725ff1de965f4cc4f36a7e8ae795d40ca0350d7 (patch)
treeec4b0188ebd3a3a1277bfffd7df11fb21103fb2e /sysdeps/alpha
parent88361b408b9dbd313f15413cc2e6be0f1cafb01a (diff)
downloadglibc-a725ff1de965f4cc4f36a7e8ae795d40ca0350d7.tar.gz
glibc-a725ff1de965f4cc4f36a7e8ae795d40ca0350d7.tar.xz
glibc-a725ff1de965f4cc4f36a7e8ae795d40ca0350d7.zip
Suppress -Wcast-qual warnings in bsearch
The first cast to (void *) is redundant but should be (const void *)
anyway, because that's the type of the lvalue being assigned to.

The second cast is necessary and intentionally not const-correct, so
tell the compiler not to warn about it.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'sysdeps/alpha')
0 files changed, 0 insertions, 0 deletions