mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fix warnings and errors found by the new cppcheck provided static code analysis.
This commit is contained in:
@@ -801,6 +801,7 @@ int read_intel_hex(const char *filename)
|
||||
if (*buf) {
|
||||
if (parse_hex_line(buf) == 0) {
|
||||
//printf("Warning, parse error line %d\n", lineno);
|
||||
fclose(fp);
|
||||
return -2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user