diff options
| author | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-15 14:04:09 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-15 15:07:57 -0700 |
| commit | 4d1a5a450ae912d1bb673810aad724b757d0230a (patch) | |
| tree | f4fca43698fe7abe836bc6550e246debde2bc598 /meta-python/recipes-devtools/python/python3-mypy_0.961.bb | |
| parent | 893f98269dcb97a5a028371cd77ca70ac7c59398 (diff) | |
| download | meta-openembedded-4d1a5a450ae912d1bb673810aad724b757d0230a.tar.gz | |
ruli: Delete -ansi and -pedantic from compiler commandline
The build fails because ruli is compiled with -ansi
(which implies C89/C90), but glibc's memchr macro
uses _Generic, a C11 feature. Clang treats this as
an error via -Werror,-Wc11-extensions.
Fixes build with glibc 2.43+
| ruli_conf.c:86:12: error: '_Generic' is a C11 extension [-Werror,-Wc11-extensions]
| 86 | if (!memchr(inbuf, '\0', LOAD_SEARCH_LIST_INBUFSZ))
| | ^
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-mypy_0.961.bb')
0 files changed, 0 insertions, 0 deletions
