[Bug 213988] sysutils/brasero: fix for lang/gcc5
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 2 22:16:58 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213988
--- Comment #3 from Gerald Pfeifer <gerald at FreeBSD.org> ---
(In reply to Kenneth Salerno from comment #2)
> scsi-cam.c:243:76: error: format '%i' expects argument of type 'int', but
> argument 4 has type 'lun_id_t {aka long long unsigned int}' [-Werror=format=]
Instead of silencing the warning, wouldn't it be more appropriate to
adjust the format to '%llu'? If the fourth argument is then cast to
(long long unsigned) that should be an approach even suitable for
upstream submission.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the freebsd-gnome
mailing list