commit | 405ec0eaa97c610a37fb6e0de32383a726853fa3 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon May 03 16:48:57 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 07 10:17:54 2021 -0400 |
tree | 75f2ede5c8ef45210793aed765e4ff8a6107a1b8 | |
parent | d8f84f775a7ba0ff6f3c21fed3b7edf21265c3ef [diff] |
Makefile: Disable gcc-10.0 introduced warnings Follow what the Linux Kernel does here and disable the 'zero-length-bounds', 'array-bounds' and 'stringop-overflow' warnings here. This brings in commits 5c45de21a2223, 44720996e2d79 and 5a76021c2eff7 from the Linux Kernel. Signed-off-by: Tom Rini <trini@konsulko.com>