]> git.proxmox.com Git - mirror_edk2.git/commit - CorebootModulePkg/Library/CbParseLib/CbParseLib.c
CorebootModulePkg: Change CbParseAcpiTable prototype to avoid gcc fail
authorScott Duplichan <scott@notabs.org>
Fri, 10 Apr 2015 02:41:01 +0000 (02:41 +0000)
committermauricema <mauricema@Edk2>
Fri, 10 Apr 2015 02:41:01 +0000 (02:41 +0000)
commit3b17ae9e51998a7002d7e00cb25243969c570215
tree1120c191b153b6977ca6d56cf40521f48e686db4
parent7b0f636452bdb1a4307c760ab4a7e6759b6dab05
CorebootModulePkg: Change CbParseAcpiTable prototype to avoid gcc fail

Use of void** as a generic pointer to pointer is a Microsoft extension
to the C language and is not supported by gcc. Without this change, gcc
compile fails with error:
passing argument 1 of 'CbParseAcpiTable' from incompatible pointer type
note: expected 'void **' but argument is of type
'struct EFI_ACPI_3_0_ROOT_SYSTEM_DESCRIPTION_POINTER **'

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Scott Duplichan <scott@notabs.org>
Reviewed-by: Maurice Ma <maurice.ma@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17144 6f19259b-4bc3-4df7-8a09-765794883524
CorebootModulePkg/Include/Library/CbParseLib.h
CorebootModulePkg/Library/CbParseLib/CbParseLib.c