mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 13:46:47 +00:00
libnfs: Drop -Wno-implicit-function-declaration
clang builds work without this Workaround Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 61663d299051669c7c08c90da2518f0f24fabaaa) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
9f896cabe2
commit
225ba9c9bc
@ -15,6 +15,3 @@ inherit cmake
|
||||
do_install:append() {
|
||||
rm -f ${D}${libdir}/cmake/libnfs/libnfs-config.cmake
|
||||
}
|
||||
|
||||
# Workaround for clang
|
||||
CFLAGS += "-Wno-implicit-function-declaration"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user