Re: [edk2] [Patch 3/6] MdeModulePkg: Fix VS2015 warning C4456 in RegularExpressionDxe

2015-12-03 Thread Kinney, Michael D
> Gao > Sent: Wednesday, December 2, 2015 9:27 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch 3/6] MdeModulePkg: Fix VS2015 warning C4456 in > RegularExpressionDxe > > warning C4456: declaration of 'q' hides previous local declaration. > Update code

Re: [edk2] [Patch 3/6] MdeModulePkg: Fix VS2015 warning C4456 in RegularExpressionDxe

2015-12-02 Thread El-Haj-Mahmoud, Samer
] MdeModulePkg: Fix VS2015 warning C4456 in RegularExpressionDxe warning C4456: declaration of 'q' hides previous local declaration. Update code to use the different local variable name. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Cc: El-Haj-Mah

[edk2] [Patch 3/6] MdeModulePkg: Fix VS2015 warning C4456 in RegularExpressionDxe

2015-12-02 Thread Liming Gao
warning C4456: declaration of 'q' hides previous local declaration. Update code to use the different local variable name. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Cc: El-Haj-Mahmoud Samer --- .../Universal/RegularExpressionDxe/Oniguruma/regexec.c | 16