[Bug 217532] sbin/newfs_nandfs/newfs_nandfs.c warning on unaligned pointer value

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 6 18:53:16 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217532

--- Comment #8 from Dan McGregor <dan.mcgregor at 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 expecting
an aligned structure pointer. Within this function body a regular assignment
should work.

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


More information about the freebsd-bugs mailing list