From c68262a29c29d0785337b5982e91ebf741e98b0f Mon Sep 17 00:00:00 2001 From: Avi Levkovich Date: Mon, 25 Jun 2018 13:41:23 +0300 Subject: Add Init_Ext_Flash() for main board --- Software/Embedded_SW/Embedded/Common/report/distributor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Embedded_SW/Embedded/Common') diff --git a/Software/Embedded_SW/Embedded/Common/report/distributor.c b/Software/Embedded_SW/Embedded/Common/report/distributor.c index a9ebb5c13..35d178712 100644 --- a/Software/Embedded_SW/Embedded/Common/report/distributor.c +++ b/Software/Embedded_SW/Embedded/Common/report/distributor.c @@ -590,7 +590,7 @@ STATUS ReportFd(int fd, uint32_t SwitchAddRemove, DistributorHandle Distributor) **************************************************************************/ STATUS ReportFunc(ReportFunction func, uint32_t SwitchAddRemove, DistributorHandle Distributor) { - int index = 0, i; + //int index = 0, i; /* consistency check: don't add illegal pointer */ if( func == NULL ) @@ -707,7 +707,7 @@ static void messageDistribute(char *msg, int Severity, int parameter) { - int index; + //int index; /* pass through the table and send message to destination. Assume for consistency: when the destination is fd, -- cgit v1.3.1