Snippets for perl:pdl 2.106.0 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/perl-PDL/2.106.0/1.fc46/data/logs/i686/build.log.
-
lib/PDL/Core/pdlapi.c:751:24: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 751 | if (((vtable->iflags & PDL_ITRANS_DO_DATAFLOW_B|PDL_ITRANS_ISAFFINE)
-
lib/PDL/Core/pdlapi.c:752:5: warning: bitwise comparison always evaluates to false [-Wtautological-compare] 752 | == PDL_ITRANS_DO_DATAFLOW_B) && | ^~ -
lib/PDL/Core.xs:1094:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1094 | STRLEN sv_len = SvCUR((SV*)datasv_pointer); | ^ -
lib/PDL/Core.xs:1106:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1106 | n->datasv = (void*)datasv_pointer; | ^ -
lib/PDL/Core.xs:1107:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1107 | SvREFCNT_inc((SV*)(datasv_pointer)); | ^ -
lib/PDL/Core.xs:1108:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1108 | n->data = SvPV_nolen((SV*)datasv_pointer) + offset; | ^ -
lib/PDL/Core.xs:1134:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1134 | n->data = (void*)ptr; | ^ -
lib/PDL/Bad.xs:87:8: warning: ‘MEM <signed int> [(struct *)&val]’ may be used uninitialized [-Wmaybe-uninitialized] 87 | if ( val.type != -1) { | ^ -
lib/PDL/Bad.xs:59:8: warning: ‘MEM <signed int> [(struct *)&val]’ may be used uninitialized [-Wmaybe-uninitialized] 59 | if ( val.type != -1 ) { | ^ -
lib/PDL/Bad.xs:61:13: warning: ‘val.value.A’ may be used uninitialized [-Wmaybe-uninitialized] 61 | ctype cnewval = val.value.ppsym; | ^~~~~~~ -
lib/PDL/Bad.xs:61:13: warning: ‘val.value.B’ may be used uninitialized [-Wmaybe-uninitialized] 61 | ctype cnewval = val.value.ppsym; | ^~~~~~~ -
lib/PDL/Bad.xs:61:13: warning: ‘val.value.S’ may be used uninitialized [-Wmaybe-uninitialized] 61 | ctype cnewval = val.value.ppsym; | ^~~~~~~ -
lib/PDL/Bad.xs:61:13: warning: ‘val.value.U’ may be used uninitialized [-Wmaybe-uninitialized] 61 | ctype cnewval = val.value.ppsym; | ^~~~~~~ -
lib/PDL/Bad.xs:61:13: warning: ‘val.value.L’ may be used uninitialized [-Wmaybe-uninitialized] 61 | ctype cnewval = val.value.ppsym; | ^~~~~~~ -
lib/PDL/Bad.xs:61:13: warning: ‘val.value.K’ may be used uninitialized [-Wmaybe-uninitialized] 61 | ctype cnewval = val.value.ppsym; | ^~~~~~~ -
lib/PDL/Bad.xs:61:13: warning: ‘val.value.N’ may be used uninitialized [-Wmaybe-uninitialized] 61 | ctype cnewval = val.value.ppsym; | ^~~~~~~ -
lib/PDL/Bad.xs:61:13: warning: ‘val.value.P’ may be used uninitialized [-Wmaybe-uninitialized] 61 | ctype cnewval = val.value.ppsym; | ^~~~~~~ -
lib/PDL/Bad.xs:61:13: warning: ‘val.value.Q’ may be used uninitialized [-Wmaybe-uninitialized] 61 | ctype cnewval = val.value.ppsym; | ^~~~~~~ -
lib/PDL/Bad.xs:61:13: warning: ‘val.value.F’ may be used uninitialized [-Wmaybe-uninitialized] 61 | ctype cnewval = val.value.ppsym; | ^~~~~~~ -
lib/PDL/Bad.xs:61:13: warning: ‘val.value.D’ may be used uninitialized [-Wmaybe-uninitialized] 61 | ctype cnewval = val.value.ppsym; | ^~~~~~~ -
lib/PDL/Bad.xs:61:13: warning: ‘val.value.E’ may be used uninitialized [-Wmaybe-uninitialized] 61 | ctype cnewval = val.value.ppsym; | ^~~~~~~ -
/usr/lib/perl5/CORE/sv_inline.h:673:8: warning: ‘RETVAL’ may be used uninitialized [-Wmaybe-uninitialized] 673 | if (LIKELY(sv != NULL)) | ^