Snippets for libisoburn 1.5.8 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/libisoburn/1.5.8/3.fc45/data/logs/i686/build.log.
-
xorriso/lib_mgt.c:1114:7: warning: comparison is always true due to limited range of data type [-Wtype-limits] 1114 | t >= -2208988800) | ^~ -
xorriso/disk_ops.c:2173:6: warning: variable 'open_mode' set but not used [-Wunused-but-set-variable=] 2173 | int open_mode= O_WRONLY | O_CREAT; | ^~~~~~~~~ -
xorriso/opts_p_z.c:489:54: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'off_t' {aka 'long long int'} [-Wformat=] 489 | sprintf(xorriso->result_line, "projid mapped: %lu -> %lu\n", | ~~^ | | | long unsigned int | %llu 490 | from_low, to_low); | ~~~~~~~~ | | | off_t {aka long long int} -
xorriso/opts_p_z.c:489:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=] 489 | sprintf(xorriso->result_line, "projid mapped: %lu -> %lu\n", | ~~^ | | | long unsigned int | %llu 490 | from_low, to_low); | ~~~~~~ | | | off_t {aka long long int} -
xorriso/parse_exec.c:2580:11: warning: variable 'linecount' set but not used [-Wunused-but-set-variable=] 2580 | int ret, linecount= 0; | ^~~~~~~~~ -
xorriso/write_run.c:1342:69: warning: '%s' directive writing between 1 and 2147483645 bytes into a region of size 40928 [-Wformat-overflow=] 1342 | sprintf(xorriso->info_text, "Overwrote previous preparer id '%s'", | ^~