From 53c31c516489d4cd46d20d59a3705720be3443f1 Mon Sep 17 00:00:00 2001 From: lpleahy Date: Fri, 17 Feb 2012 23:45:45 +0000 Subject: 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 --- AppPkg/Applications/Sockets/DataSource/DataSource.c | 1 + 1 file changed, 1 insertion(+) (limited to 'AppPkg/Applications/Sockets/DataSource') 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 -- cgit v1.2.3