mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
libnfs: Drop -Wno-implicit-function-declaration
clang builds work without this Workaround Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -15,6 +15,3 @@ inherit cmake
|
|||||||
do_install:append() {
|
do_install:append() {
|
||||||
rm -f ${D}${libdir}/cmake/libnfs/libnfs-config.cmake
|
rm -f ${D}${libdir}/cmake/libnfs/libnfs-config.cmake
|
||||||
}
|
}
|
||||||
|
|
||||||
# Workaround for clang
|
|
||||||
CFLAGS += "-Wno-implicit-function-declaration"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user