audk/DynamicTablesPkg/Library/Common/TableHelperLib
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
..
ConfigurationManagerObjectParser.c DynamicTablesPkg: Fix void pointer arithmetic 2021-10-20 10:38:30 +00:00
ConfigurationManagerObjectParser.h DynamicTablesPkg: Add Configuration Manager Object parser 2021-10-01 10:57:43 +00:00
TableHelper.c DynamicTablesPkg: Add AddSsdtAcpiHeader() 2021-10-08 15:39:42 +00:00
TableHelperLib.inf DynamicTablesPkg: Add Configuration Manager Object parser 2021-10-01 10:57:43 +00:00