commit | 32a9bccb18e2c0c8e8c4c7f2ed6c8348586e6ab8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu May 14 08:30:02 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 01 10:11:03 2020 -0400 |
tree | 055717feb26b2f45c8399df866d9b790768920c9 | |
parent | 8f1be323affad0bb3a18d41fe6b80c3ffb0b9026 [diff] |
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>