mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 14:06:34 +00:00
geary: Fix build with clang
Disable Wint-conversion as error Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7be1573217
commit
254d15ef76
@ -52,6 +52,10 @@ PACKAGECONFIG[tnef] = "-Dtnef=enabled,-Dtnef=disabled,libytnef"
|
||||
PACKAGECONFIG[valadoc] = "-Dvaladoc=enabled,-Dvaladoc=disabled"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
# rfc822/rfc822-message.c:2097:12: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'gboolean' (aka 'int') [-Wint-conversion]
|
||||
#| return NULL;
|
||||
#| ^~~~
|
||||
CFLAGS:append:toolchain-clang = " -Wno-error=int-conversion"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user