mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
a0f9628705
commit
8820767fb3
|
@ -296,6 +296,7 @@ FspTempRamExitDone2 (
|
|||
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
FspWaitForNotify (
|
||||
VOID
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue