diff options
author | mark.yang <mark.yang@lge.com> | 2025-04-01 19:08:32 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-01 09:21:23 -0700 |
commit | e2c8a25c1b45823bb200d7c6e92fc83e80958547 (patch) | |
tree | 840d70a6895411baf9e2129cd7b62b97382c805b /meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc | |
parent | 713d35adce471eae666e5bd0b67bea9aa47aca25 (diff) | |
download | meta-openembedded-e2c8a25c1b45823bb200d7c6e92fc83e80958547.tar.gz |
mcpp: Stick to C17
* Fix build error with gcc-15 by renaming goto labels
see more details:
http://errors.yoctoproject.org/Errors/Details/850149/
../../mcpp-2.7.2/src/system.c:3436:15: error: expected identifier or '*' before 'true'
true, false are reserved keywords in gcc-15
Rename goto 'labels' from 'ture' to 'true_label', from 'false' 'false_label' to avoid conflicts.
Signed-off-by: mark.yang <mark.yang@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc')
0 files changed, 0 insertions, 0 deletions