summaryrefslogtreecommitdiff
path: root/AppPkg/Applications/Sockets/DataSink/DataSink.c
diff options
context:
space:
mode:
authorlpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524>2012-02-17 23:45:45 +0000
committerlpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524>2012-02-17 23:45:45 +0000
commit53c31c516489d4cd46d20d59a3705720be3443f1 (patch)
treefb25082296530930d1bc195b3f7d7c70eaa24a1d /AppPkg/Applications/Sockets/DataSink/DataSink.c
parent7700f0f5c0ab90bf052e33fa0ddd2f2aa7e7893e (diff)
downloadedk2-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/DataSink/DataSink.c')
-rw-r--r--AppPkg/Applications/Sockets/DataSink/DataSink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/AppPkg/Applications/Sockets/DataSink/DataSink.c b/AppPkg/Applications/Sockets/DataSink/DataSink.c
index 05added9c2..dcf4b59f30 100644
--- a/AppPkg/Applications/Sockets/DataSink/DataSink.c
+++ b/AppPkg/Applications/Sockets/DataSink/DataSink.c
@@ -834,6 +834,7 @@ SocketPoll (
@param [in] pContext Context for this routine
**/
VOID
+EFIAPI
TimerCallback (
IN EFI_EVENT Event,
IN VOID * pContext