diff options
author | Rebecca Cran <rebecca@bsdio.com> | 2023-04-06 13:53:26 -0600 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-04-10 14:19:57 +0000 |
commit | 84f553cb63c6a2b37fe95cca5ea9ddc078ca2be9 (patch) | |
tree | 3d1f40f54dd68ba4318f6db4ff3de28f4fa3b781 /SourceLevelDebugPkg | |
parent | 74ce342f1828469fce3221b0b917347cad71f665 (diff) | |
download | edk2-84f553cb63c6a2b37fe95cca5ea9ddc078ca2be9.tar.gz |
NetworkPkg: 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
NetworkPkg.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'SourceLevelDebugPkg')
0 files changed, 0 insertions, 0 deletions