diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-08-11 20:11:30 +0200 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-08-12 09:04:13 +0200 |
commit | d977ba44066e49e466f0505b010cfffaf6d38b12 (patch) | |
tree | 1ac82c61cfa8a6b0aafe8673aa377577ac3661f4 /.gitignore | |
parent | ff59570f415e3d2cd4609716944bd8c2114198a1 (diff) | |
download | edk2-platforms-d977ba44066e49e466f0505b010cfffaf6d38b12.tar.xz |
BaseTools RVCT: ignore various RVC diagnostics
This updates the RVCT CC flags so various diagnostics that trigger
warnings-as-errors are silenced. In particular, RVCT complains about
missing newlines at the end of source files, mixing of enums and int
values and return statements followed by a break, all of which occur
in the Tianocore codebase, but none of which are actual errors in the
code. So just silence them.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions