summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2014-07-25 21:09:59 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2014-07-25 21:09:59 +0000
commit15be099aa7ccc1ee4ace69f71eecae38beadfc9d (patch)
tree113484483b77a022c30cdf92085d2e194c73aea8
parent1d218f83f1d2aefb28d728ff01c89b10d103dc65 (diff)
downloadedk2-15be099aa7ccc1ee4ace69f71eecae38beadfc9d.tar.gz
edk2-15be099aa7ccc1ee4ace69f71eecae38beadfc9d.tar.bz2
edk2-15be099aa7ccc1ee4ace69f71eecae38beadfc9d.zip
Clean 1 build error and 1 warning for VfrCompiler.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15683 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--BaseTools/Source/C/VfrCompile/VfrSyntax.g10
1 files changed, 5 insertions, 5 deletions
diff --git a/BaseTools/Source/C/VfrCompile/VfrSyntax.g b/BaseTools/Source/C/VfrCompile/VfrSyntax.g
index 5da87675ae..4c42aa85c8 100644
--- a/BaseTools/Source/C/VfrCompile/VfrSyntax.g
+++ b/BaseTools/Source/C/VfrCompile/VfrSyntax.g
@@ -505,10 +505,10 @@ vfrFormSetDefinition :
{
ClassGuid "=" guidDefinition[ClassGuid1] << ++ClassGuidNum; >>
{
- "\|" guidDefinition[ClassGuid2] << ++ClassGuidNum; >>
- }
- {
- "\|" guidDefinition[ClassGuid3] << ++ClassGuidNum; >>
+ "\|" guidDefinition[ClassGuid2] << ++ClassGuidNum; >>
+ {
+ "\|" guidDefinition[ClassGuid3] << ++ClassGuidNum; >>
+ }
}
","
}
@@ -1652,7 +1652,7 @@ vfrStatementSubTitle :
|
{ "," vfrStatementStatTagList}
{ "," (vfrStatementStat | vfrStatementQuestions)*}
- E: EndSubtitle ";" << CRT_END_OP (E); >>
+ D: EndSubtitle ";" << CRT_END_OP (D); >>
)
;