Task #957 - osinfo-db-tools-1.11.0-6.fc41/scan-results.err

back to task #957
download
Error: CPPCHECK_WARNING:
osinfo-db-tools-1.11.0-build/osinfo-db-tools-1.11.0/tools/osinfo-db-export.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING:
osinfo-db-tools-1.11.0-build/osinfo-db-tools-1.11.0/tools/osinfo-db-export.c:389:10: warning[deadcode.DeadStores]: Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'
#  387|           target = NULL;
#  388|   
#  389|->     if ((r = archive_write_open_filename(arc, target)) != ARCHIVE_OK) {
#  390|           g_printerr("%s: cannot open archive %s: %s\n",
#  391|                      argv0, target, archive_error_string(arc));

Error: CPPCHECK_WARNING:
osinfo-db-tools-1.11.0-build/osinfo-db-tools-1.11.0/tools/osinfo-db-import.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING:
osinfo-db-tools-1.11.0-build/osinfo-db-tools-1.11.0/tools/osinfo-db-import.c:396:10: warning[deadcode.DeadStores]: Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'
#  394|       }
#  395|   
#  396|->     if ((r = archive_read_open_filename(arc, source_file, 10240)) != ARCHIVE_OK) {
#  397|           g_printerr("%s: cannot open archive %s: %s\n",
#  398|                      argv0, source_file, archive_error_string(arc));

Error: CPPCHECK_WARNING:
osinfo-db-tools-1.11.0-build/osinfo-db-tools-1.11.0/tools/osinfo-db-path.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
osinfo-db-tools-1.11.0-build/osinfo-db-tools-1.11.0/tools/osinfo-db-util.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
osinfo-db-tools-1.11.0-build/osinfo-db-tools-1.11.0/tools/osinfo-db-validate.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.