audk/ArmVirtPkg/Library/FdtPciPcdProducerLib
Ard Biesheuvel 70c368e26f ArmVirtPkg/FdtPciPcdProducerLib: zero init local var to please GCC 4.8
GCC 4.8 in RELEASE mode complains about GetPciIoTranslation () potentially
not assigning IoTranslation, but does not notice that it returns failure in
this case, which means IoTranslation is never referenced *unless* it has
been assigned. So simply set IoTranslation to zero to help the compiler.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
2016-09-05 12:42:46 +01:00
..
FdtPciPcdProducerLib.c ArmVirtPkg/FdtPciPcdProducerLib: zero init local var to please GCC 4.8 2016-09-05 12:42:46 +01:00
FdtPciPcdProducerLib.inf ArmVirtPkg/FdtPciPcdProducerLib: add handling of PcdPciIoTranslation 2016-09-02 21:41:01 +01:00