Task #980 - perl-Compress-Raw-Zlib-2.212-511.fc41/scan-results.err

back to task #980
download
Error: CLANG_WARNING:
perl-Compress-Raw-Zlib-2.212-build/Compress-Raw-Zlib-2.212/Zlib.c:2771:6: warning[deadcode.DeadStores]: Value stored to 'eof' is never read
# 2769|   
# 2770|   	if (items < 4)
# 2771|-> 	    eof = FALSE;
# 2772|   	else {
# 2773|   	    eof = (bool)SvTRUE(ST(3))

Error: CLANG_WARNING:
perl-Compress-Raw-Zlib-2.212-build/Compress-Raw-Zlib-2.212/Zlib.c:2773:6: warning[deadcode.DeadStores]: Value stored to 'eof' is never read
# 2771|   	    eof = FALSE;
# 2772|   	else {
# 2773|-> 	    eof = (bool)SvTRUE(ST(3))
# 2774|   ;
# 2775|   	}

Error: CLANG_WARNING:
perl-Compress-Raw-Zlib-2.212-build/Compress-Raw-Zlib-2.212/Zlib.c:3628:6: warning[deadcode.DeadStores]: Value stored to 'out' is never read
# 3626|   	    out = NULL;
# 3627|   	else {
# 3628|-> 	    out = ST(2)
# 3629|   ;
# 3630|   	}

Error: CLANG_WARNING:
perl-Compress-Raw-Zlib-2.212-build/Compress-Raw-Zlib-2.212/Zlib.c:3633:6: warning[deadcode.DeadStores]: Value stored to 'eof' is never read
# 3631|   
# 3632|   	if (items < 4)
# 3633|-> 	    eof = FALSE;
# 3634|   	else {
# 3635|   	    eof = (bool)SvTRUE(ST(3))

Error: CLANG_WARNING:
perl-Compress-Raw-Zlib-2.212-build/Compress-Raw-Zlib-2.212/Zlib.c:3635:6: warning[deadcode.DeadStores]: Value stored to 'eof' is never read
# 3633|   	    eof = FALSE;
# 3634|   	else {
# 3635|-> 	    eof = (bool)SvTRUE(ST(3))
# 3636|   ;
# 3637|   	}

Error: CLANG_WARNING:
perl-Compress-Raw-Zlib-2.212-build/Compress-Raw-Zlib-2.212/Zlib.c:4243:17: warning[deadcode.DeadStores]: Value stored to 'file' during its initialization is never read
# 4241|       char* file = __FILE__;
# 4242|   #else
# 4243|->     const char* file = __FILE__;
# 4244|   #endif
# 4245|