Skip to content
Commit 33ba8084 authored by Takuto Naito's avatar Takuto Naito Committed by Nate DeSimone
Browse files

TigerlakeSiliconPkg: 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 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 Chaganty <rangasai.v.chaganty@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Heng Luo <heng.luo@intel.com>
Signed-off-by: default avatarTakuto Naito <naitaku@gmail.com>
Reviewed-by: default avatarNate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: default avatarHeng Luo <heng.luo@intel.com>
parent 71d92a04
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment