Re: [Qemu-devel] [PATCH] ipmi: Add parenthesis around some macro parameters

2016-12-22 Thread Corey Minyard
On 12/22/2016 09:01 AM, Eric Blake wrote: On 12/22/2016 08:30 AM, miny...@acm.org wrote: From: Corey Minyard Macro parameters should almost always have () around them when used. llvm reported an error on this. Reported in https://bugs.launchpad.net/bugs/1651167 Signed-off-by: Corey Minyard

Re: [Qemu-devel] [PATCH] ipmi: Add parenthesis around some macro parameters

2016-12-22 Thread Eric Blake
On 12/22/2016 08:30 AM, miny...@acm.org wrote: > From: Corey Minyard > > Macro parameters should almost always have () around them when used. > llvm reported an error on this. > > Reported in https://bugs.launchpad.net/bugs/1651167 > > Signed-off-by: Corey Minyard > --- > hw/ipmi/isa_ipmi_bt.

[Qemu-devel] [PATCH] ipmi: Add parenthesis around some macro parameters

2016-12-22 Thread minyard
From: Corey Minyard Macro parameters should almost always have () around them when used. llvm reported an error on this. Reported in https://bugs.launchpad.net/bugs/1651167 Signed-off-by: Corey Minyard --- hw/ipmi/isa_ipmi_bt.c | 18 +- 1 file changed, 9 insertions(+), 9 delet