Snippets for libisoburn 1.5.8 from Fedora s390x
Sourced from https://kojipkgs.fedoraproject.org/packages/libisoburn/1.5.8/3.fc45/data/logs/s390x/build.log.
-
libisoburn/burn_wrap.c:2258:37: warning: '%s' directive writing up to 199 bytes into a region of size 144 [-Wformat-overflow=] 2258 | sprintf(msg, "Failed to find \"%s\" \"%s%s\"", mode_names[adr_mode], | ^~ -
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/parse_exec.c:2580:11: warning: variable 'linecount' set but not used [-Wunused-but-set-variable=] 2580 | int ret, linecount= 0; | ^~~~~~~~~ -
xorriso/iso_img.c:290:8: warning: taking the absolute value of unsigned type 'char' has no effect [-Wabsolute-value] 290 | at= abs(pvd_time[16]); | ^~~