Task #1353 - iniparser-4.1-16.fc40/scan-results.err

back to task #1353
download
Error: CPPCHECK_WARNING:
iniparser-4.1-build/iniparser-4.1/src/dictionary.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
iniparser-4.1-build/iniparser-4.1/src/iniparser.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING:
iniparser-4.1-build/iniparser-4.1/src/iniparser.c:646:5: warning[deadcode.DeadStores]: Value stored to 'sta' is never read
#  644|       len = strstrip(line);
#  645|   
#  646|->     sta = LINE_UNPROCESSED ;
#  647|       if (len<1) {
#  648|           /* Empty line */

Error: CLANG_WARNING:
iniparser-4.1-build/iniparser-4.1/src/iniparser.c:779:13: warning[deadcode.DeadStores]: Value stored to 'last' is never read
#  777|               continue ;
#  778|           } else {
#  779|->             last=0 ;
#  780|           }
#  781|           switch (iniparser_line(line, section, key, val)) {