Re: [edk2] [PATCH 2/8] MdeModulePkg: use VA_COPY for assigning va_list types

2015-12-18 Thread Zeng, Star
On 2015/12/17 23:05, Ard Biesheuvel wrote: On 17 December 2015 at 15:23, Zeng, Star wrote: On 2015/12/17 18:00, Ard Biesheuvel wrote: Clang does not allow straight assignment of va_list types, so use the correct VA_COPY() instead. Contributed-under: TianoCore

Re: [edk2] [PATCH 2/8] MdeModulePkg: use VA_COPY for assigning va_list types

2015-12-18 Thread Ard Biesheuvel
On 18 December 2015 at 11:15, Zeng, Star wrote: > On 2015/12/17 23:05, Ard Biesheuvel wrote: >> >> On 17 December 2015 at 15:23, Zeng, Star wrote: >>> >>> On 2015/12/17 18:00, Ard Biesheuvel wrote: Clang does not allow straight assignment

[edk2] [PATCH 2/8] MdeModulePkg: use VA_COPY for assigning va_list types

2015-12-17 Thread Ard Biesheuvel
Clang does not allow straight assignment of va_list types, so use the correct VA_COPY() instead. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c | 4 ++-- 1 file changed, 2

Re: [edk2] [PATCH 2/8] MdeModulePkg: use VA_COPY for assigning va_list types

2015-12-17 Thread Zeng, Star
On 2015/12/17 18:00, Ard Biesheuvel wrote: Clang does not allow straight assignment of va_list types, so use the correct VA_COPY() instead. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel ---

Re: [edk2] [PATCH 2/8] MdeModulePkg: use VA_COPY for assigning va_list types

2015-12-17 Thread Ard Biesheuvel
On 17 December 2015 at 15:23, Zeng, Star wrote: > On 2015/12/17 18:00, Ard Biesheuvel wrote: >> >> Clang does not allow straight assignment of va_list types, so use the >> correct VA_COPY() instead. >> >> Contributed-under: TianoCore Contribution Agreement 1.0 >>