diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-05-28 19:13:14 -0700 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-09-24 09:59:08 +0800 |
commit | 8e135096102ca2ce0ee64f42b88268b2ef5c10aa (patch) | |
tree | dc9c735713d7986113bc0aff6a159536bb8b80c4 /meta-python/recipes-devtools/python/python-jsonpointer.inc | |
parent | 9c3d2c86b2999fbe80b804a9a6b2e7c8f6d5be76 (diff) | |
download | meta-openembedded-8e135096102ca2ce0ee64f42b88268b2ef5c10aa.tar.gz |
ckermit: Define return type for main
Newer compilers e.g. clang19+ will treat implicit function prototypes
as errors, therefore define main() with a valid return type
Fixes
ckwart.c:531:1: error: return type defaults to ‘int’ [-Wimplicit-int]
531 | main(argc,argv) int argc; char **argv; {
| ^~~~
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 9813fb56d22acad36d70158335b8ee9f4a05ad89)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jsonpointer.inc')
0 files changed, 0 insertions, 0 deletions