nss: drop supression of warnings

- warnings added with gcc8 and not needed, after update of nss
This commit is contained in:
Sascha Kuehndel (InuSasha) 2018-06-07 13:17:34 +02:00
parent 36c2619d9f
commit 37ee64fd13
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B

View File

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