mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
inotify-tools: fix compile error with -Wno-error=unused-parameter
This commit is contained in:
@@ -15,5 +15,5 @@ PKG_BUILD_FLAGS="-sysroot"
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --disable-doxygen"
|
||||
|
||||
pre_configure_target() {
|
||||
CFLAGS+=" -Wno-error=misleading-indentation"
|
||||
CFLAGS+=" -Wno-error=misleading-indentation -Wno-error=unused-parameter"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user