]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Ignore cast alignment warnings in inotify code for Xen.
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 13 May 2013 11:44:15 +0000 (12:44 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 14 May 2013 14:00:22 +0000 (15:00 +0100)
commit7d73b11427c96b8c606850a7564b376e25020cd8
treef371223acf0b646390748393c59ac2490072a745
parent78cff68ca3dcd1d1fb389fe097304a62a756b45c
Ignore cast alignment warnings in inotify code for Xen.

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 <berrange@redhat.com>
src/xen/xen_inotify.c