commit | 5a76021c2eff7fcf2f0918a08fd8a37ce7922921 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sat May 09 15:40:52 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat May 09 15:40:52 2020 -0700 |
tree | 96fb6bc668e9f84a946676df3afb10f4093000c4 | |
parent | 44720996e2d79e47d508b0abe99b931a726a3197 [diff] |
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>