From 34ff48f6cd6595a899e05fbd56f4c84891840d3f Mon Sep 17 00:00:00 2001 From: Nick Pelly Date: Mon, 27 Jun 2011 09:01:51 -0700 Subject: libnfc spring cleaning o Fix most libnfc warnings, from 360 to 18 o Make DAL_DEBUG much less verbose and more useful o Clean up Android.mk Done with minimal textual diff to minimize merge conflicts. Change-Id: I918645500723ff7bb092ad9959628fcabac45bec --- src/phLibNfc_SE.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/phLibNfc_SE.c') diff --git a/src/phLibNfc_SE.c b/src/phLibNfc_SE.c index 5fa4e08..06913d4 100644 --- a/src/phLibNfc_SE.c +++ b/src/phLibNfc_SE.c @@ -135,7 +135,7 @@ STATIC void phLibNfc_SeNotification(void *context, { pphLibNfc_LibContext_t pLibContext=(pphLibNfc_LibContext_t)context; phHal_sEventInfo_t *pEvtInfo = NULL; - phLibNfc_uSeEvtInfo_t Se_Trans_Info={0}; + phLibNfc_uSeEvtInfo_t Se_Trans_Info={{{0,0},{0,0}}}; phLibNfc_SE_List_t *pSeInfo=NULL; if(pLibContext != gpphLibContext) -- cgit v1.1