]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
sbc: Fix for gcc 15 compile error
authorRyan Eatmon <reatmon@ti.com>
Wed, 21 May 2025 18:32:57 +0000 (13:32 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 25 May 2025 10:24:50 +0000 (11:24 +0100)
commit2dc0664e966cd8d4c99798cc997c192785773e31
tree408bc61a12a73d8d41d87f21214d9a5567543b96
parent36d100000bdffc521ec7baec43f0a49de81166de
sbc: Fix for gcc 15 compile error

With the move to gcc 15, the code is now generating a compile error.

../sbc-2.1/sbc/sbc_primitives_armv6.c:284:9:
   error: too many arguments to function 'sbc_analyze_eight_armv6';
      expected 0, have 3

Simple fix is to drop the C standard down to gnu17 to avoid this new
error.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/sbc/sbc_2.1.bb