Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: c9b7c6e0cc7da76b74bcdd8c90cef956d5ae971c https://github.com/tianocore/edk2/commit/c9b7c6e0cc7da76b74bcdd8c90cef956d5ae971c Author: Rebecca Cran <quic_rc...@quicinc.com> Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths: M BaseTools/Conf/tools_def.template Log Message: ----------- BaseTools: Update CLANG{35,38}_WARNING_OVERRIDES to ignore unused vars Building with the CLANG35 and CLANG38 toolset fails because of variables which are set but not otherwise used in the RELEASE build. GCC added -Wno-unused-but-set-variable back in 2016, and later added -Wno-unused-const-variable. Add those to CLANG35_WARNING_OVERRIDES and CLANG38_WARNING_OVERRIDES. Signed-off-by: Rebecca Cran <quic_rc...@quicinc.com> Reviewed-by: Michael D Kinney <michael.d.kin...@intel.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits