[edk2-devel] [edk2-redfish-client][PATCH v2 6/9] RedfishClientPkg/RedfishConfigLangMapDxe: Fix build error

Nickle Wang via groups.io nicklew=nvidia.com at groups.io
Tue Jun 6 12:33:09 UTC 2023


Add missing "EFIAPI" and fix build error

Signed-off-by: Nickle Wang <nicklew at nvidia.com>
Cc: Abner Chang <abner.chang at amd.com>
Cc: Igor Kulchytskyy <igork at ami.com>
---
 .../RedfishConfigLangMapDxe/RedfishConfigLangMapDxe.c          | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/RedfishClientPkg/RedfishConfigLangMapDxe/RedfishConfigLangMapDxe.c b/RedfishClientPkg/RedfishConfigLangMapDxe/RedfishConfigLangMapDxe.c
index 141a6063..86684cc7 100644
--- a/RedfishClientPkg/RedfishConfigLangMapDxe/RedfishConfigLangMapDxe.c
+++ b/RedfishClientPkg/RedfishConfigLangMapDxe/RedfishConfigLangMapDxe.c
@@ -528,6 +528,7 @@ ON_ERROR:
 
 **/
 EFI_STATUS
+EFIAPI
 RedfishConfigLangMapGet (
   IN  EDKII_REDFISH_CONFIG_LANG_MAP_PROTOCOL  *This,
   IN  REDFISH_CONFIG_LANG_MAP_GET_TYPE        QueryStringType,
@@ -577,6 +578,7 @@ RedfishConfigLangMapGet (
 
 **/
 EFI_STATUS
+EFIAPI
 RedfishConfigLangMapSet (
   IN  EDKII_REDFISH_CONFIG_LANG_MAP_PROTOCOL  *This,
   IN  EFI_STRING                              ConfigLang,
@@ -622,6 +624,7 @@ RedfishConfigLangMapSet (
 
 **/
 EFI_STATUS
+EFIAPI
 RedfishConfigLangMapFlush (
   IN  EDKII_REDFISH_CONFIG_LANG_MAP_PROTOCOL  *This
   )
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#105793): https://edk2.groups.io/g/devel/message/105793
Mute This Topic: https://groups.io/mt/99362111/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list