azure: Add -E back for the world build script
authorBin Meng <bmeng.cn@gmail.com>
Sun, 31 Jan 2021 08:38:35 +0000 (16:38 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 1 Feb 2021 21:33:02 +0000 (16:33 -0500)
commitaa8544e0d16ffed53597a99883e0eb1f17818f48
tree7e81a83f46b79862c37614596e0074334269b0b1
parent372497572b1102153a98bf20b833eb9d470c3805
azure: Add -E back for the world build script

Commit dd5c954e917b ("travis/gitlab/azure: Use -W to avoid warnings check")
added -W to avoid warnings check, but it mistakenly dropped -E for
the world build script in the azure pipelines.

This caused builds on the azure pipelines fail to report warnings. Let's
add it back.

Fixes: dd5c954e917b ("travis/gitlab/azure: Use -W to avoid warnings check")
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
.azure-pipelines.yml