commit | e464a6c6708fbeca5972bfc4b0429512ce8f001b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jul 31 10:06:13 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 10 13:46:55 2022 -0400 |
tree | 68cd46bc9c4dfdee4d66777956eb331b7f1d28b8 | |
parent | 1ab1692ba07c80de5691d205880ead3ac4757919 [diff] |
Makefile: avoid false positive -Wmaybe-uninitialized When compiling with -Og gcc reports false positive -Wmaybe-uninitialized as reported in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78394. Silence these warnings when building with CONFIG_CC_OPTIMIZE_FOR_DEBUG. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>