From: Eric Dong Date: Fri, 25 Jul 2014 21:09:59 +0000 (+0000) Subject: Clean 1 build error and 1 warning for VfrCompiler. X-Git-Tag: edk2-stable201903~11310 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=15be099aa7ccc1ee4ace69f71eecae38beadfc9d Clean 1 build error and 1 warning for VfrCompiler. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15683 6f19259b-4bc3-4df7-8a09-765794883524 --- 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); >> ) ;