Snippets for libisofs 1.5.8 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/libisofs/1.5.8/4.fc45/data/logs/i686/build.log.
-
libisofs/util.c:902:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 902 | dot = strrchr(src, '.'); | ^ -
libisofs/util.c:970:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 970 | dot = strrchr(src, '.'); | ^ -
libisofs/util.c:1104:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1104 | dot = strrchr(src, '.'); | ^ -
libisofs/rockridge.c:242:49: warning: comparison is always false due to limited range of data type [-Wtype-limits] 242 | if (t->opts->rrip_tf_y1900 && node_time < ISO_RR_SHORT_FORM_TIME_START) | ^ -
libisofs/rockridge.h:100:38: warning: overflow in conversion from 'long long int' to 'time_t' {aka 'long int'} changes value from '-2208988800' to '2085978496' [-Woverflow] 100 | #define ISO_RR_SHORT_FORM_TIME_START -2208988800 | ^ -
libisofs/rockridge.c:246:49: warning: comparison is always false due to limited range of data type [-Wtype-limits] 246 | if (t->opts->rrip_tf_y1900 && node_time < ISO_RR_SHORT_FORM_TIME_START) | ^ -
libisofs/rockridge.c:250:49: warning: comparison is always false due to limited range of data type [-Wtype-limits] 250 | if (t->opts->rrip_tf_y1900 && node_time < ISO_RR_SHORT_FORM_TIME_START) | ^ -
libisofs/rockridge.c:694:12: warning: variable 'count' set but not used [-Wunused-but-set-variable=] 694 | size_t count = 0; | ^~~~~ -
libisofs/rockridge.c:1547:27: warning: comparison is always false due to limited range of data type [-Wtype-limits] 1547 | if (node_time > ISO_RR_SHORT_FORM_TIME_LIMIT || | ^ -
libisofs/rockridge.c:1548:28: warning: comparison is always false due to limited range of data type [-Wtype-limits] 1548 | (node_time < ISO_RR_SHORT_FORM_TIME_START && | ^ -
libisofs/rockridge.c:1552:27: warning: comparison is always false due to limited range of data type [-Wtype-limits] 1552 | if (node_time > ISO_RR_SHORT_FORM_TIME_LIMIT || | ^ -
libisofs/rockridge.c:1553:28: warning: comparison is always false due to limited range of data type [-Wtype-limits] 1553 | (node_time < ISO_RR_SHORT_FORM_TIME_START && | ^ -
libisofs/rockridge.c:1557:27: warning: comparison is always false due to limited range of data type [-Wtype-limits] 1557 | if (node_time > ISO_RR_SHORT_FORM_TIME_LIMIT || | ^ -
libisofs/rockridge.c:1558:28: warning: comparison is always false due to limited range of data type [-Wtype-limits] 1558 | (node_time < ISO_RR_SHORT_FORM_TIME_START && | ^ -
libisofs/builder.c:191:29: warning: 'link' may be used uninitialized [-Wmaybe-uninitialized] 191 | link->fs_id = fs->get_id(fs); | ^ -
libisofs/builder.c:210:32: warning: 'special' may be used uninitialized [-Wmaybe-uninitialized] 210 | special->fs_id = fs->get_id(fs); | ^