src/xx: cppcheck

This commit is contained in:
Gwenhael Goavec-Merou
2023-04-15 08:20:05 +02:00
parent 3ca60dd14d
commit 0a9e8a7e4b
24 changed files with 45 additions and 36 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ int BitParser::parseHeader()
int pos_data = 0;
int ret = 1;
short length;
string tmp(64, ' ');
string tmp;
int pos, prev_pos;
/* Field 1 : misc header */