Ok, I solved the issue for now by commenting lines out in Werror.mk :
line 98 - 104:
# ifeq ($(NSS_ENABLE_WERROR),1)
WARNING_CFLAGS += -Werror
# else
# Old versions of gcc (< 4.8) don't support #pragma diagnostic in
functions.
# Use this to disable use of that #pragma and
Hi all,
I have an issue building nss. does anyone know what todo with this error?
../../../../pr/src/io/pripv6.c:135:14:error: variable 'rv' set but not
used [-Werror=unused-but-set-variable]
135 | PRStatus rv;
| ^~
../../../../pr/src/io/pripv6.c:In function 'Ipv6ToIpv4SocketAccept