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

FmpDevicePkg: 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
FmpDevicePkg.

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 avatarWei6 Xu <wei6.xu@intel.com>
parent 33f30cfe
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