mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-17 00:33:40 +00:00
nss-ecm: remove compiler warning overrides
Signed-off-by: Sean Khan <datapronix@protonmail.com>
This commit is contained in:
parent
022a11234e
commit
991bc745ac
@ -184,7 +184,7 @@ define Build/Compile
|
|||||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
ARCH="$(LINUX_KARCH)" \
|
ARCH="$(LINUX_KARCH)" \
|
||||||
M="$(PKG_BUILD_DIR)" \
|
M="$(PKG_BUILD_DIR)" \
|
||||||
EXTRA_CFLAGS="$(EXTRA_CFLAGS) -Wno-error=unused-function " \
|
EXTRA_CFLAGS="$(EXTRA_CFLAGS)" \
|
||||||
SoC=$(SOC) \
|
SoC=$(SOC) \
|
||||||
$(KERNEL_MAKE_FLAGS) \
|
$(KERNEL_MAKE_FLAGS) \
|
||||||
$(PKG_JOBS) \
|
$(PKG_JOBS) \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user