Snippets for webmin 2.660 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/webmin/2.660/150arm64-default.log.
-
/wrkdirs/usr/ports/sysutils/webmin/work/webmin-2.660/mount/freebsd-mounts-7.c:28:3: warning: format specifies type 'unsigned int' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat] 23 | printf("%s\t%s\t%s\t%s\t%x\n", | ~~ | %lx 24 | mntlist[i].f_mntonname, 25 | mntlist[i].f_mntfromname, 26 | mntlist[i].f_fstypename, 27 | expand_flags(mntlist[i].f_flags), 28 | mntlist[i].f_flags); | ^~~~~~~~~~~~~~~~~~