Re: [edk2-devel] [PATCH edk2-platforms v1 2/2] TigerlakeOpenBoardPkg: Fix build error with GCC5

2021-02-23 Thread Heng Luo
ubject: [edk2-devel] [PATCH edk2-platforms v1 2/2] TigerlakeOpenBoardPkg: > Fix build error with GCC5 > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3224 > > Fix build errors caused by "-Werror=unused-but-set-variable" with GCC5. > These build errors occur onl

[edk2-devel] [PATCH edk2-platforms v1 2/2] TigerlakeOpenBoardPkg: Fix build error with GCC5

2021-02-23 Thread Takuto Naito
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3224 Fix build errors caused by "-Werror=unused-but-set-variable" with GCC5. These build errors occur only with DEBUG target because RELEASE_GCC5_X64_CC_FLAGS has "-Wno-unused-but-set-variable", but DEBUG_GCC5_X64_CC_FLAGS doesn't. Cc: Sai