mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
inotify-tools: fix compile error with -Wno-error=unused-parameter
This commit is contained in:
parent
37b8a0d89b
commit
ed03eecc13
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user