Date: Fri, 09 Sep 2016 12:00:34 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 211823] [patch] fsck_ffs incorrectly failing in check_cgmagic Message-ID: <bug-211823-8-fLQoPnEQYI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211823-8@https.bugs.freebsd.org/bugzilla/> References: <bug-211823-8@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211823 --- Comment #3 from Konstantin Belousov <kib@FreeBSD.org> --- (In reply to Christian Heckendorf from comment #2) I prefer to keep the code as is. The cast is not needed, C compiler does silent standard-mandated promotion of the integer variables to the same rank and signess, in this case to uint32_t. So everything works as intended. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211823-8-fLQoPnEQYI>
