diff options
author | S, Ashraf Ali <ashraf.ali.s@intel.com> | 2023-03-09 08:05:57 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-03-10 02:04:51 +0000 |
commit | 8820767fb3bad09eeedecc3030d75c9e0cd4cab7 (patch) | |
tree | bc7da7f16a3f9de62d407e9abe484cc90eff277e /IntelFsp2Pkg | |
parent | a0f9628705e35c981ae95376f9ebedf877d09111 (diff) | |
download | edk2-8820767fb3bad09eeedecc3030d75c9e0cd4cab7.tar.gz edk2-8820767fb3bad09eeedecc3030d75c9e0cd4cab7.tar.bz2 edk2-8820767fb3bad09eeedecc3030d75c9e0cd4cab7.zip |
IntelFsp2Pkg: Fix GCC Compiler warning.
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>
Diffstat (limited to 'IntelFsp2Pkg')
-rw-r--r-- | IntelFsp2Pkg/Library/BaseFspPlatformLib/FspPlatformNotify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IntelFsp2Pkg/Library/BaseFspPlatformLib/FspPlatformNotify.c b/IntelFsp2Pkg/Library/BaseFspPlatformLib/FspPlatformNotify.c index 795bb28c0f..a5a51c804c 100644 --- a/IntelFsp2Pkg/Library/BaseFspPlatformLib/FspPlatformNotify.c +++ b/IntelFsp2Pkg/Library/BaseFspPlatformLib/FspPlatformNotify.c @@ -296,6 +296,7 @@ FspTempRamExitDone2 ( **/
VOID
+EFIAPI
FspWaitForNotify (
VOID
)
|