diff options
author | lpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-02-17 23:45:45 +0000 |
---|---|---|
committer | lpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-02-17 23:45:45 +0000 |
commit | 53c31c516489d4cd46d20d59a3705720be3443f1 (patch) | |
tree | fb25082296530930d1bc195b3f7d7c70eaa24a1d /AppPkg/Applications/Sockets/DataSource | |
parent | 7700f0f5c0ab90bf052e33fa0ddd2f2aa7e7893e (diff) | |
download | edk2-platforms-53c31c516489d4cd46d20d59a3705720be3443f1.tar.xz |
Fix the errors detected by the GCC compiler:
* Add EFIAPI to the timer callbacks
* Fix 32-bit pointer casts
Signed-off-by: lpleahy
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13024 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'AppPkg/Applications/Sockets/DataSource')
-rw-r--r-- | AppPkg/Applications/Sockets/DataSource/DataSource.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AppPkg/Applications/Sockets/DataSource/DataSource.c b/AppPkg/Applications/Sockets/DataSource/DataSource.c index 44605c86e2..6ca3b587e0 100644 --- a/AppPkg/Applications/Sockets/DataSource/DataSource.c +++ b/AppPkg/Applications/Sockets/DataSource/DataSource.c @@ -1318,6 +1318,7 @@ Tcp4Open ( @param [in] pContext Context for this routine
**/
VOID
+EFIAPI
TimerCallback (
IN EFI_EVENT Event,
IN VOID * pContext
|