2021-10-18 03:48:59

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the sound tree

Hi all,

After merging the sound tree, today's linux-next build (x86_64
allmodconfig) failed like this:

In file included from <command-line>:32:
./usr/include/sound/firewire.h:71:16: error: C++ style comments are not allowed in ISO C90
71 | __u32 count; // The number of changes.
| ^
./usr/include/sound/firewire.h:71:16: note: (this will be reported only once per input file)

Caused by commit

634ec0b2906e ("ALSA: firewire-motu: notify event for parameter change in register DSP model")

I have used the sound tree from next-20211015 for today.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2021-10-18 06:38:02

by Takashi Iwai

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the sound tree

On Mon, 18 Oct 2021 02:38:12 +0200,
Stephen Rothwell wrote:
>
> Hi all,
>
> After merging the sound tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> In file included from <command-line>:32:
> ./usr/include/sound/firewire.h:71:16: error: C++ style comments are not allowed in ISO C90
> 71 | __u32 count; // The number of changes.
> | ^
> ./usr/include/sound/firewire.h:71:16: note: (this will be reported only once per input file)
>
> Caused by commit
>
> 634ec0b2906e ("ALSA: firewire-motu: notify event for parameter change in register DSP model")
>
> I have used the sound tree from next-20211015 for today.

I'll submit and queue the fix. Thanks!


Takashi