From: <yd...@us...> - 2014-07-14 03:02:24
|
Revision: 2672 http://sourceforge.net/p/edk2-buildtools/code/2672 Author: ydong10 Date: 2014-07-14 03:02:20 +0000 (Mon, 14 Jul 2014) Log Message: ----------- Clean 1 build error and 1 warning for VfrCompiler. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eri...@in...> Reviewed-by: Liming Gao <lim...@in...> Modified Paths: -------------- trunk/BaseTools/Source/C/VfrCompile/VfrSyntax.g Modified: trunk/BaseTools/Source/C/VfrCompile/VfrSyntax.g =================================================================== --- trunk/BaseTools/Source/C/VfrCompile/VfrSyntax.g 2014-07-09 02:47:47 UTC (rev 2671) +++ trunk/BaseTools/Source/C/VfrCompile/VfrSyntax.g 2014-07-14 03:02:20 UTC (rev 2672) @@ -505,11 +505,11 @@ { ClassGuid "=" guidDefinition[ClassGuid1] << ++ClassGuidNum; >> { - "\|" guidDefinition[ClassGuid2] << ++ClassGuidNum; >> + "\|" guidDefinition[ClassGuid2] << ++ClassGuidNum; >> + { + "\|" guidDefinition[ClassGuid3] << ++ClassGuidNum; >> + } } - { - "\|" guidDefinition[ClassGuid3] << ++ClassGuidNum; >> - } "," } << @@ -1652,7 +1652,7 @@ | { "," vfrStatementStatTagList} { "," (vfrStatementStat | vfrStatementQuestions)*} - E: EndSubtitle ";" << CRT_END_OP (E); >> + D: EndSubtitle ";" << CRT_END_OP (D); >> ) ; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |