audk/DynamicTablesPkg/Library/Common
Pierre Gondois 6893865b30 DynamicTablesPkg: Fix void pointer arithmetic
Building the DynamicTablesPkg with the additional
-Wpointer-arith flag triggers the following error:
  "pointer of type ‘void *’ used in arithmetic
  [-Werror=pointer-arith]"

Cast the void pointer to fix the error.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
2021-10-20 10:38:30 +00:00
..
AcpiHelperLib DynamicTablesPkg: Add AmlGetEisaIdFromString() to AcpiHelperLib 2021-10-01 10:57:43 +00:00
AmlLib DynamicTablesPkg: Fix unitialized variable use 2021-10-20 09:55:52 +00:00
SsdtSerialPortFixupLib DynamicTablesPkg: Remove unnecessary includes 2021-10-08 15:39:42 +00:00
TableHelperLib DynamicTablesPkg: Fix void pointer arithmetic 2021-10-20 10:38:30 +00:00