Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BaseTools/tools_def: Disable overzealous unused variable warning on C…
…lang The warnings Clang emits when enabling -Wunneeded-internal-declaration (which is part of -Wall) are generating false positives for variables whose size gets taken but are not referenced beyond yet. This may happen legitimately in debug code, so let's disable this warning for Clang, rather than tiptoe around it in the code. Signed-off-by: Ard Biesheuvel <[email protected]> Reviewed-by: Rebecca Cran <[email protected]> Acked-by: Gerd Hoffmann <[email protected]>
- Loading branch information