Re: [OE-core] [PATCH v2] shared-mime-info: Fix missing sentinel warning

2023-10-20 Thread Ross Burton
On 20 Oct 2023, at 14:58, Ross Burton wrote: > We might want to belt-and-braces this by backporting the fix to LLVM too? > https://github.com/llvm/llvm-project/issues/6057 Hm maybe not. That’s the referenced bug in the shared-mime-info commit but it was closed years ago… Ross

Re: [OE-core] [PATCH v2] shared-mime-info: Fix missing sentinel warning

2023-10-20 Thread Ross Burton
We might want to belt-and-braces this by backporting the fix to LLVM too? https://github.com/llvm/llvm-project/issues/6057 Ross > On 19 Oct 2023, at 18:44, Khem Raj via lists.openembedded.org > wrote: > > Clang finds it, gcc does not. > > Signed-off-by: Khem Raj > --- > v2: Some more

[OE-core] [PATCH v2] shared-mime-info: Fix missing sentinel warning

2023-10-19 Thread Khem Raj
Clang finds it, gcc does not. Signed-off-by: Khem Raj --- v2: Some more warnings fixed with clang .../0001-Fix-literal-as-per-c-11.patch| 279 ++ ...001-Fix-string-literal-concatenation.patch | 39 +++ .../shared-mime-info/shared-mime-info_git.bb | 5 +- 3 files