summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
diff options
context:
space:
mode:
authorGuo, Dongao <dongao.guo@intel.com>2018-10-08 15:56:48 +0800
committerLiming Gao <liming.gao@intel.com>2018-10-11 13:19:43 +0800
commit8122c6bc8b6f1fde31f2af6c1560ec552204980d (patch)
tree4938350383936fde9c649f855242b89133e3d6e3 /MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
parent4ee787cc1b158566145d23be941aa2abb5c29c7c (diff)
downloadedk2-8122c6bc8b6f1fde31f2af6c1560ec552204980d.tar.gz
edk2-8122c6bc8b6f1fde31f2af6c1560ec552204980d.tar.bz2
edk2-8122c6bc8b6f1fde31f2af6c1560ec552204980d.zip
MdeModulePkg/RegularExpressionDxe:omit unused variable
comment unused variable to avoid warning,and modify inf build option. Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dongao Guo <dongao.guo@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf')
-rw-r--r--MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf3
1 files changed, 0 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
index 07bc02e097..da50092cd2 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
@@ -107,8 +107,5 @@
# Oniguruma: signed and unsigned mismatch/cast
MSFT:*_*_*_CC_FLAGS = /wd4018 /wd4245 /wd4389
- # Oniguruma: error: variable 'fp' set but not used
- GCC:*_*_*_CC_FLAGS = -Wno-error=unused-but-set-variable
-
# Oniguruma: tag_end in parse_callout_of_name
GCC:*_*_*_CC_FLAGS = -Wno-error=maybe-uninitialized