summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cassandra-driver
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-04-15 14:04:09 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-16 12:21:07 -0700
commit975376f1c70885ec8997ee95e9da59c5be2772a8 (patch)
tree735697f86473a66ed6e32f11111839a71e54da0a /meta-python/recipes-devtools/python/python3-cassandra-driver
parente1f95af4ba01519b7c933b99e35993509421d3ca (diff)
downloadmeta-openembedded-975376f1c70885ec8997ee95e9da59c5be2772a8.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-cassandra-driver')
0 files changed, 0 insertions, 0 deletions