diff options
author | Pierre Gondois <Pierre.Gondois@arm.com> | 2021-10-14 15:59:22 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-10-20 10:38:30 +0000 |
commit | 6893865b3010bb6192f732643c4b8ba026726d07 (patch) | |
tree | 50f590dee6aebca00dcc3d2fdcd42d88baf4785a /MdeModulePkg | |
parent | 4fdf843c75d297fe892f989009b3d3e397ccfd55 (diff) | |
download | edk2-6893865b3010bb6192f732643c4b8ba026726d07.tar.gz edk2-6893865b3010bb6192f732643c4b8ba026726d07.tar.bz2 edk2-6893865b3010bb6192f732643c4b8ba026726d07.zip |
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>
Diffstat (limited to 'MdeModulePkg')
0 files changed, 0 insertions, 0 deletions