[libvirt] [PATCH 3/6] Ignore cast alignment warnings in inotify code for Xen.

2013-05-13 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com The inotify Xen code causes a cast alignment warning, but this is harmless since the kernel inotify interface will ensure sufficient alignment of the inotify structs in the buffer being read Signed-off-by: Daniel P. Berrange berra...@redhat.com ---

Re: [libvirt] [PATCH 3/6] Ignore cast alignment warnings in inotify code for Xen.

2013-05-13 Thread Eric Blake
On 05/13/2013 06:17 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com The inotify Xen code causes a cast alignment warning, but this is harmless since the kernel inotify interface will ensure sufficient alignment of the inotify structs in the buffer being read