about summary refs log tree commit diff
path: root/csu
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-01-11 18:27:29 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-01-12 09:06:00 -0300
commit402853be1db5a233ec688f8c5343b73191629fbd (patch)
treeecb3e19a433d733c3007cd77d60385a731febb28 /csu
parent8b69e064d4bdad173446116e4a1b920814b7d5ec (diff)
downloadglibc-402853be1db5a233ec688f8c5343b73191629fbd.tar.gz
glibc-402853be1db5a233ec688f8c5343b73191629fbd.tar.xz
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 'csu')
0 files changed, 0 insertions, 0 deletions