mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
nss: drop supression of warnings
- warnings added with gcc8 and not needed, after update of nss
This commit is contained in:
parent
36c2619d9f
commit
37ee64fd13
@ -80,7 +80,7 @@ make_target() {
|
||||
NSS_TESTS="dummy" \
|
||||
NSINSTALL=$TOOLCHAIN/bin/nsinstall \
|
||||
CPU_ARCH_TAG=$TARGET_ARCH \
|
||||
CC=$CC XCFLAGS="-Wno-error=stringop-truncation -Wno-error=format-overflow" \
|
||||
CC=$CC \
|
||||
LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib" \
|
||||
V=1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user