Re: [libvirt] [PATCH 5/7] Disable cast-align warnings in various places

2013-04-05 Thread Eric Blake
On 04/03/2013 09:06 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > There are a number of places which generate cast alignment > warnings, which are difficult or impossible to address. Use > pragmas to disable the warnings in these few places Sheesh - this is some hairy code. >

[libvirt] [PATCH 5/7] Disable cast-align warnings in various places

2013-04-03 Thread Daniel P. Berrange
From: "Daniel P. Berrange" There are a number of places which generate cast alignment warnings, which are difficult or impossible to address. Use pragmas to disable the warnings in these few places conf/nwfilter_conf.c: In function 'virNWFilterRuleDetailsParse': conf/nwfilter_conf.c:1806:16: war