On Wed, Aug 1, 2012 at 6:45 AM, Paolo Bonzini wrote:
> Il 31/07/2012 22:38, Blue Swirl ha scritto:
>>> > It's a whole lot of churn though, and clobbers the history for most QMP
>>> > functions. It also seems like a strange thing for clang to complain
>>> > about...
>> Not really, it's just C99:
>
Il 31/07/2012 22:38, Blue Swirl ha scritto:
>> > It's a whole lot of churn though, and clobbers the history for most QMP
>> > functions. It also seems like a strange thing for clang to complain
>> > about...
> Not really, it's just C99:
> http://en.wikipedia.org/wiki/Restrict
>
> Prefixing would
Paolo Bonzini writes:
> Il 30/07/2012 18:04, blauwir...@gmail.com ha scritto:
>> From: Blue Swirl
>>
>> Clang compiler complained about use of reserved word 'restrict' in SLIRP
>> and QAPI.
>>
>> Rename 'restrict' to 'restricted' which also matches other SLIRP code.
>
> Can't do it, this chang
On Tue, Jul 31, 2012 at 08:38:45PM +, Blue Swirl wrote:
> On Tue, Jul 31, 2012 at 6:55 PM, Michael Roth
> wrote:
> > On Tue, Jul 31, 2012 at 04:56:50PM +, Blue Swirl wrote:
> >> On Tue, Jul 31, 2012 at 12:58 PM, Luiz Capitulino
> >> wrote:
> >> > On Tue, 31 Jul 2012 09:28:43 +0200
> >> >
On Tue, Jul 31, 2012 at 6:55 PM, Michael Roth wrote:
> On Tue, Jul 31, 2012 at 04:56:50PM +, Blue Swirl wrote:
>> On Tue, Jul 31, 2012 at 12:58 PM, Luiz Capitulino
>> wrote:
>> > On Tue, 31 Jul 2012 09:28:43 +0200
>> > Paolo Bonzini wrote:
>> >
>> >> Il 30/07/2012 18:04, blauwir...@gmail.com
On Tue, Jul 31, 2012 at 04:56:50PM +, Blue Swirl wrote:
> On Tue, Jul 31, 2012 at 12:58 PM, Luiz Capitulino
> wrote:
> > On Tue, 31 Jul 2012 09:28:43 +0200
> > Paolo Bonzini wrote:
> >
> >> Il 30/07/2012 18:04, blauwir...@gmail.com ha scritto:
> >> > From: Blue Swirl
> >> >
> >> > Clang comp
On Tue, Jul 31, 2012 at 12:58 PM, Luiz Capitulino
wrote:
> On Tue, 31 Jul 2012 09:28:43 +0200
> Paolo Bonzini wrote:
>
>> Il 30/07/2012 18:04, blauwir...@gmail.com ha scritto:
>> > From: Blue Swirl
>> >
>> > Clang compiler complained about use of reserved word 'restrict' in SLIRP
>> > and QAPI.
On Tue, 31 Jul 2012 09:28:43 +0200
Paolo Bonzini wrote:
> Il 30/07/2012 18:04, blauwir...@gmail.com ha scritto:
> > From: Blue Swirl
> >
> > Clang compiler complained about use of reserved word 'restrict' in SLIRP
> > and QAPI.
> >
> > Rename 'restrict' to 'restricted' which also matches other
Il 30/07/2012 18:04, blauwir...@gmail.com ha scritto:
> From: Blue Swirl
>
> Clang compiler complained about use of reserved word 'restrict' in SLIRP
> and QAPI.
>
> Rename 'restrict' to 'restricted' which also matches other SLIRP code.
Can't do it, this changes the command-line option.
Luiz,
From: Blue Swirl
Clang compiler complained about use of reserved word 'restrict' in SLIRP
and QAPI.
Rename 'restrict' to 'restricted' which also matches other SLIRP code.
Signed-off-by: Blue Swirl
---
net/slirp.c |6 +++---
qapi-schema.json |4 ++--
2 files changed, 5 insertions(
10 matches
Mail list logo