]> xenbits.xensource.com Git - ovmf.git/commitdiff
IntelFsp2Pkg: Fix GCC Compiler warning.
authorS, Ashraf Ali <ashraf.ali.s@intel.com>
Thu, 9 Mar 2023 16:05:57 +0000 (08:05 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 10 Mar 2023 02:04:51 +0000 (02:04 +0000)
Function definition should match with declaration.
[-Wlto-type-mismatch]

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Signed-off-by: Ashraf Ali S <ashraf.ali.s@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
IntelFsp2Pkg/Library/BaseFspPlatformLib/FspPlatformNotify.c

index 795bb28c0f71b34e2c14a4f441f9fb89c3aae5be..a5a51c804c58dedc0ee26b4134c8304c12384b0f 100644 (file)
@@ -296,6 +296,7 @@ FspTempRamExitDone2 (
 \r
 **/\r
 VOID\r
+EFIAPI\r
 FspWaitForNotify (\r
   VOID\r
   )\r