]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Makefile
Don't start ad-hoc games with -Wno-maybe-initialized
authorTom Rini <trini@konsulko.com>
Thu, 14 May 2020 12:30:02 +0000 (08:30 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 1 Jul 2020 14:11:03 +0000 (10:11 -0400)
commit443f223675d1d91716e220d3fde8e2852d900f49
tree055717feb26b2f45c8399df866d9b790768920c9
parenta9610bd8e44853184a1b8a4c57f8355ee0bf7347
Don't start ad-hoc games with -Wno-maybe-initialized

Borrowing from Linux commit 78a5255ffb6a ("Stop the ad-hoc games with -Wno-maybe-initialized")
move to have maybe-initialized warnings be handled with building with
W=2 instead of playing more guessing games with newer compilers.

Signed-off-by: Tom Rini <trini@konsulko.com>
Makefile