diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-01-11 18:27:29 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-01-12 09:06:00 -0300 |
commit | 402853be1db5a233ec688f8c5343b73191629fbd (patch) | |
tree | ecb3e19a433d733c3007cd77d60385a731febb28 /misc/syscall.c | |
parent | 8b69e064d4bdad173446116e4a1b920814b7d5ec (diff) | |
download | glibc-402853be1db5a233ec688f8c5343b73191629fbd.tar glibc-402853be1db5a233ec688f8c5343b73191629fbd.tar.gz glibc-402853be1db5a233ec688f8c5343b73191629fbd.tar.bz2 glibc-402853be1db5a233ec688f8c5343b73191629fbd.zip |
string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444]
When compiling with GCC 6+ the sparc build warns that some variables
might be used uninitialized. However it does not seem the fact, since
the variables are really initialized (and also other targets that use the
same code, like powerpc, do not warn about it).
So suppress the warning for now.
Changes from v1:
* Update patch description and the explanation for the suppresion.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'misc/syscall.c')
0 files changed, 0 insertions, 0 deletions