diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-05-28 19:13:14 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-30 08:42:01 -0700 |
commit | 9813fb56d22acad36d70158335b8ee9f4a05ad89 (patch) | |
tree | 59c0ad26ecbf82e315504fb1e5a3a8e2a79222d4 /meta-python/recipes-devtools/python/python3-matplotlib/matplotlib-disable-download.patch | |
parent | ab916d7311782b0d12706fba94d24b4d7ca00307 (diff) | |
download | meta-openembedded-9813fb56d22acad36d70158335b8ee9f4a05ad89.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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib/matplotlib-disable-download.patch')
0 files changed, 0 insertions, 0 deletions