Skip to content
Commit 33f30cfe authored by Rebecca Cran's avatar Rebecca Cran Committed by mergify[bot]
Browse files

UefiPayloadPkg: Update code to be more C11 compliant by using __func__



__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among
others support, while __func__ was standardized in C99.

Since it's more standard, replace __FUNCTION__ with __func__ throughout
UefiPayloadPkg.

Signed-off-by: default avatarRebecca Cran <rebecca@bsdio.com>
Reviewed-by: default avatarMichael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: default avatarArd Biesheuvel <ardb@kernel.org>
Reviewed-by: default avatarGua Guo <gua.guo@intel.com>
Reviewed-by: default avatarJames Lu <james.lu@intel.com>
parent 66f6a64d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment