> From: Andrew Cooper [mailto:andrew.coop...@citrix.com]
> Sent: Wednesday, February 10, 2016 4:02 AM
>
> Clang objects to having multiple initialisers when creating an array.
>
> As this warning is useful for spotting obscure bugs, disabling it is
> unhelpful. Instead, fix our two deliberate us
On 10/02/16 14:03, Jan Beulich wrote:
On 10.02.16 at 14:50, wrote:
>> On 10/02/16 13:22, Jan Beulich wrote:
>> On 09.02.16 at 21:01, wrote:
Clang objects to having multiple initialisers when creating an array.
As this warning is useful for spotting obscure bugs, disabling
>>> On 10.02.16 at 14:50, wrote:
> On 10/02/16 13:22, Jan Beulich wrote:
> On 09.02.16 at 21:01, wrote:
>>> Clang objects to having multiple initialisers when creating an array.
>>>
>>> As this warning is useful for spotting obscure bugs, disabling it is
>>> unhelpful. Instead, fix our two d
On 10/02/16 13:22, Jan Beulich wrote:
On 09.02.16 at 21:01, wrote:
>> Clang objects to having multiple initialisers when creating an array.
>>
>> As this warning is useful for spotting obscure bugs, disabling it is
>> unhelpful. Instead, fix our two deliberate usecases.
> Ugly again, but - w
>>> On 09.02.16 at 21:01, wrote:
> Clang objects to having multiple initialisers when creating an array.
>
> As this warning is useful for spotting obscure bugs, disabling it is
> unhelpful. Instead, fix our two deliberate usecases.
Ugly again, but - well ...
> --- a/xen/arch/x86/mm/p2m-ept.c
On 09/02/16 20:01, Andrew Cooper wrote:
> Clang objects to having multiple initialisers when creating an array.
>
> As this warning is useful for spotting obscure bugs, disabling it is
> unhelpful. Instead, fix our two deliberate usecases.
>
> In the p2m-ept case, pull the array out into a helpe
Clang objects to having multiple initialisers when creating an array.
As this warning is useful for spotting obscure bugs, disabling it is
unhelpful. Instead, fix our two deliberate usecases.
In the p2m-ept case, pull the array out into a helper function, so the helper
can guarentee to cover the