From fbfa8dfd31afc5669f3be13668111a9c3b4b532e Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Tue, 23 Feb 2016 10:56:02 +0000 Subject: [PATCH] - Resolved compiler warning by initializing local parse_result in FileTask(). git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@127 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Source/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Target/Source/file.c b/Target/Source/file.c index 4f7d0afd..dff3a811 100644 --- a/Target/Source/file.c +++ b/Target/Source/file.c @@ -184,7 +184,7 @@ blt_bool FileHandleFirmwareUpdateRequest(void) ****************************************************************************************/ void FileTask(void) { - blt_int16s parse_result; + blt_int16s parse_result = 0; blt_char *read_line_ptr; /* ------------------------------- idle -------------------------------------------- */