Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Fix empty loop warning

2015-07-09 Thread Tian, Feng
.com] Sent: Friday, July 10, 2015 02:30 To: edk2-devel@lists.sourceforge.net; Tian, Feng Subject: RE: [edk2] [PATCH] MdeModulePkg/Core/Pei: Fix empty loop warning I have been trying to duplicate this issue using the '-pedantic' options of LLVM and GCC and I cannot reproduce this issu

Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Fix empty loop warning

2015-07-09 Thread Olivier Martin
[mailto:af...@apple.com] Sent: 16 January 2014 00:03 To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Fix empty loop warning Olivier, Xcode 5 does not warn by default on that construct. Would it be possible to post the warning to the mailing list? clang is

Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Fix empty loop warning

2014-01-15 Thread Andrew Fish
the issue said there were > many other cases. > Thanks, > Olivier > > From: Tian, Feng [feng.t...@intel.com] > Sent: 15 January 2014 23:34 > To: edk2-devel@lists.sourceforge.net; Dong, Eric > Subject: Re: [edk2] [PATCH] MdeModulePkg/C

Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Fix empty loop warning

2014-01-15 Thread Olivier Martin
: Olivier Martin [mailto:olivier.mar...@arm.com] Sent: Wednesday, January 15, 2014 20:29 To: Dong, Eric Cc: edk2-devel@lists.sourceforge.net Subject: [edk2] [PATCH] MdeModulePkg/Core/Pei: Fix empty loop warning Dear MdeModulePkg maintainers, Please see the attached patch that fix the PeiCore code

Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Fix empty loop warning

2014-01-15 Thread Tian, Feng
m.com] Sent: Wednesday, January 15, 2014 20:29 To: Dong, Eric Cc: edk2-devel@lists.sourceforge.net Subject: [edk2] [PATCH] MdeModulePkg/Core/Pei: Fix empty loop warning Dear MdeModulePkg maintainers, Please see the attached patch that fix the PeiCore code to comply with the EDK2 Coding Standard -

[edk2] [PATCH] MdeModulePkg/Core/Pei: Fix empty loop warning

2014-01-15 Thread Olivier Martin
Dear MdeModulePkg maintainers, Please see the attached patch that fix the PeiCore code to comply with the EDK2 Coding Standard - some toolchains raise a warning on empty loop. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin Regards, Olivier Core-D