Searched hist:212886 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sbin/growfs/
H A Dgrowfs.cdiff 212886 Mon Sep 20 02:33:09 MDT 2010 marcel Unbreak the build on strong-aligned architectures (arm, ia64).
Casting from (char *) to (struct ufs1_dinode *) changes the
alignment requirement of the pointer and GCC does not know that
the pointer is adequately aligned (due to malloc(3)), and warns
about it. Cast to (void *) first to by-pass the check.

Completed in 50 milliseconds