bigdragon1977 / stm32flash

Automatically exported from code.google.com/p/stm32flash
0 stars 0 forks source link

[Enhancement] remove compilation warning with -O2 -Wall #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
-Compilation with "-O2 -Wall" flags

What is the expected output? What do you see instead?
-The compilation must be done without errors.
-I see a warning on hex_open function in file hex.c line 67. record may be 
uninitialized in this function.

What version of the product are you using? On what operating system?
-V0.3 on Fedora20 - x86_64.

Please provide any additional information below.

Original issue reported on code.google.com by Rap...@gmail.com on 1 Oct 2014 at 5:42

Attachments:

GoogleCodeExporter commented 9 years ago
Excellent, thanks for the patch!

Original comment by lists.to...@gmail.com on 2 Oct 2014 at 8:07