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:
Khem Raj 2023-09-30 12:25:50 -07:00
parent 9dce609306
commit 61663d2990

View File

@ -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"