]> git.baikalelectronics.ru Git - uboot.git/commit
travis/gitlab/azure: Use -W to avoid warnings check
authorSimon Glass <sjg@chromium.org>
Wed, 18 Mar 2020 15:42:57 +0000 (09:42 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 11 Apr 2020 01:33:09 +0000 (21:33 -0400)
commit88a3d84d7cae2c80e0656d35d2885fe610eb1a70
tree805974f90d001fdd922968b62e64016f7873776d
parent3b4d0ecdd391ea40ad952765d52ec9b6e54bd2c9
travis/gitlab/azure: Use -W to avoid warnings check

We can use the -W flag to tell buildman to ignore warnings. Since we also
have -E defined, compiler warnings are promoted to errors, so they will
still cause a failure. But migration warnings of the form:

    ===================== WARNING ======================
    This board does not use CONFIG_DM. CONFIG_DM will be
    compulsory starting with the v2020.01 release.
    Failure to update may result in board removal.
    See doc/driver-model/migration.rst for more info.

will now be ignored.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 1e956b7d3de (travis.yml: run buildman with option -E)
Reviewed-by: Tom Rini <trini@konsulko.com>
.azure-pipelines.yml
.gitlab-ci.yml
.travis.yml