Skip to content

Commit

Permalink
IntelFsp2Pkg: Fix GCC Compiler warning.
Browse files Browse the repository at this point in the history
Function definition should match with declaration.
[-Wlto-type-mismatch]

Cc: Chasel Chiu <[email protected]>
Cc: Nate DeSimone <[email protected]>
Cc: Sai Chaganty <[email protected]>
Cc: Star Zeng <[email protected]>
Signed-off-by: Ashraf Ali S <[email protected]>
Reviewed-by: Chasel Chiu <[email protected]>
Reviewed-by: Nate DeSimone <[email protected]>
Reviewed-by: Sai Chaganty <[email protected]>
Reviewed-by: Star Zeng <[email protected]>
  • Loading branch information
AshrafAliS authored and mergify[bot] committed Mar 10, 2023
1 parent a0f9628 commit 8820767
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ FspTempRamExitDone2 (
**/
VOID
EFIAPI
FspWaitForNotify (
VOID
)
Expand Down

0 comments on commit 8820767

Please sign in to comment.