]> Git Repo - J-u-boot.git/commit - Makefile
Makefile: Disable gcc-10.0 introduced warnings
authorTom Rini <[email protected]>
Mon, 3 May 2021 20:48:57 +0000 (16:48 -0400)
committerTom Rini <[email protected]>
Wed, 7 Jul 2021 14:17:54 +0000 (10:17 -0400)
commitc48b781581f6c3b24cb40241e90296b0e7f7a30f
tree75f2ede5c8ef45210793aed765e4ff8a6107a1b8
parent5503435838f946697e78b9564a45595380a66dff
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 5c45de21a222344720996e2d79 and 5a76021c2eff7
from the Linux Kernel.

Signed-off-by: Tom Rini <[email protected]>
Makefile
This page took 0.032771 seconds and 4 git commands to generate.