Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Mar 2017 18:53:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 217532] sbin/newfs_nandfs/newfs_nandfs.c warning on unaligned pointer value
Message-ID:  <bug-217532-8-Pegcihjw0g@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217532-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217532-8@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=3D217532

--- Comment #8 from Dan McGregor <dan.mcgregor@usask.ca> ---
(In reply to Conrad Meyer from comment #7)

I think you're right. The compiler warning is because a (potentially)
misaligned structure pointer is being passed into a function that is expect=
ing
an aligned structure pointer. Within this function body a regular assignment
should work.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217532-8-Pegcihjw0g>