Re: [edk2-devel] [edk2-platforms][PATCH v1 1/1] Platform/ARM/ArmJunoDxe: Fix 'unused variable' error for DynamicTables

2020-01-20 Thread Krzysztof Koch
; Sami Mujawar ; Matteo Carlini ; nd Subject: Re: [edk2-devel] [edk2-platforms][PATCH v1 1/1] Platform/ARM/ArmJunoDxe: Fix 'unused variable' error for DynamicTables On 1/9/20 10:35 AM, Krzysztof Koch wrote: > Fix 'mAcpiRegistration defined but not used' compiler error for > Dynamic Tables Fra

Re: [edk2-devel] [edk2-platforms][PATCH v1 1/1] Platform/ARM/ArmJunoDxe: Fix 'unused variable' error for DynamicTables

2020-01-20 Thread Philippe Mathieu-Daudé
On 1/9/20 10:35 AM, Krzysztof Koch wrote: Fix 'mAcpiRegistration defined but not used' compiler error for Dynamic Tables Framework builds. Do not declare the mAcpiRegistration variable in the Dynamic Tables Framework context. An earlier patch made mAcpiRegistration variable STATIC. Reducing

Re: [edk2-devel] [edk2-platforms][PATCH v1 1/1] Platform/ARM/ArmJunoDxe: Fix 'unused variable' error for DynamicTables

2020-01-09 Thread Sami Mujawar
Reviewed-by: Sami Mujawar Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#53056): https://edk2.groups.io/g/devel/message/53056 Mute This Topic: https://groups.io/mt/69576071/21656 Group Owner:

[edk2-devel] [edk2-platforms][PATCH v1 1/1] Platform/ARM/ArmJunoDxe: Fix 'unused variable' error for DynamicTables

2020-01-09 Thread Krzysztof Koch
Fix 'mAcpiRegistration defined but not used' compiler error for Dynamic Tables Framework builds. Do not declare the mAcpiRegistration variable in the Dynamic Tables Framework context. An earlier patch made mAcpiRegistration variable STATIC. Reducing the scope made scope resolution simpler, thus,