]> git.baikalelectronics.ru Git - kernel.git/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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 May 2020 22:40:52 +0000 (15:40 -0700)
commit25884c9411f5c1b16018ab53c37c6b372dc628d9
tree96fb6bc668e9f84a946676df3afb10f4093000c4
parente74c1577dcc10208f908da9c938b691d20861b8d
gcc-10: disable 'stringop-overflow' warning for now

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>
Makefile