diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2021-05-19 16:48:19 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2021-09-30 12:18:48 +0100 |
commit | a725ff1de965f4cc4f36a7e8ae795d40ca0350d7 (patch) | |
tree | ec4b0188ebd3a3a1277bfffd7df11fb21103fb2e /sysdeps/alpha | |
parent | 88361b408b9dbd313f15413cc2e6be0f1cafb01a (diff) | |
download | glibc-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