Task #978 - perl-Compress-Raw-Bzip2-2.212-511.fc41/scan-results.err

back to task #978
download
Error: CPPCHECK_WARNING:
perl-Compress-Raw-Bzip2-2.212-build/Compress-Raw-Bzip2-2.212/Bzip2.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING:
perl-Compress-Raw-Bzip2-2.212-build/Compress-Raw-Bzip2-2.212/Bzip2.c:1761:17: warning[deadcode.DeadStores]: Value stored to 'file' during its initialization is never read
# 1759|       char* file = __FILE__;
# 1760|   #else
# 1761|->     const char* file = __FILE__;
# 1762|   #endif
# 1763|   

Error: CLANG_WARNING:
perl-Compress-Raw-Bzip2-2.212-build/Compress-Raw-Bzip2-2.212/Bzip2.xs:378:17: warning[deadcode.DeadStores]: Value stored to 'flags' is never read
#  376|               int flags = 0 ;
#  377|               if (appendOut)
#  378|->                 flags |= FLAG_APPEND_OUTPUT;
#  379|               PostInitStream(s, appendOut ? FLAG_APPEND_OUTPUT :0) ;
#  380|           }

Error: CLANG_WARNING:
perl-Compress-Raw-Bzip2-2.212-build/Compress-Raw-Bzip2-2.212/Bzip2.xs:781:5: warning[deadcode.DeadStores]: Value stored to 'RETVAL' is never read
#  779|       s->bytesInflated = 0;
#  780|   
#  781|->     RETVAL = BZ_OK;
#  782|   
#  783|       while (1) {