Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Nov 2016 22:16:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 213988] sysutils/brasero: fix for lang/gcc5
Message-ID:  <bug-213988-6497-5WJF02YTWr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213988-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213988-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213988

--- Comment #3 from Gerald Pfeifer <gerald@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=3Dfo=
rmat=3D]=20

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.

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213988-6497-5WJF02YTWr>