]> git.itanic.dy.fi Git - linux-stable/commit
gcc-10: disable 'stringop-overflow' warning for now
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 May 2020 22:40:52 +0000 (15:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 May 2020 06:15:38 +0000 (08:15 +0200)
commit01d51bb3125103be4d0991d3a7e3f7feb36bf3c2
treef8f8a7d400e9a81af1477c2235dd28c2b8ed2ee1
parent55e8e4b87b7ba5d52586128048d3b625319a5b41
gcc-10: disable 'stringop-overflow' warning for now

commit 5a76021c2eff7fcf2f0918a08fd8a37ce7922921 upstream.

This is the final array bounds warning removal for gcc-10 for now.

Again, the warning is good, and we should re-enable all these warnings
when we have converted all the legacy array declaration cases to
flexible arrays. But in the meantime, it's just noise.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Makefile