diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2025-05-21 13:32:57 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-27 09:01:16 +0100 |
| commit | cdee0c57749b6e618c878a40c932af547d0566a2 (patch) | |
| tree | 5e5dec8405e8c31dc525c6db6baecbfed1bb69ed /scripts/lib/checklayer/case.py | |
| parent | d784ce8c15ae190a67aa51a23e0d689778a4b55d (diff) | |
| download | poky-cdee0c57749b6e618c878a40c932af547d0566a2.tar.gz | |
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.
(From OE-Core rev: 2dc0664e966cd8d4c99798cc997c192785773e31)
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>
Diffstat (limited to 'scripts/lib/checklayer/case.py')
0 files changed, 0 insertions, 0 deletions
