Home
last modified time | relevance | path

Searched hist:"5 a76021c2eff7fcf2f0918a08fd8a37ce7922921" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile5a76021c2eff7fcf2f0918a08fd8a37ce7922921 Sat May 09 17:40:52 CDT 2020 Linus Torvalds <torvalds@linux-foundation.org> 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>