https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242523
--- Comment #26 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri May 1 19:45:37 UTC 2020 New revision: 533584 URL: https://svnweb.freebsd.org/changeset/ports/533584 Log: security/nss: disable -Werror due to -Wall mine blinit.c:122:24: error: unused variable 'getauxval' [-Werror,-Wunused-variable] static unsigned long (*getauxval)(unsigned long) = NULL; ^ pqg.c:345:16: error: comparison of constant 18446744073709551615 with expression of type 'unsigned long' is always true [-Werror,-Wtautological-constant-out-of-range-compare] if (addend < MP_DIGIT_MAX) { ~~~~~~ ^ ~~~~~~~~~~~~ PR: 242523 Changes: head/security/nss/Makefile -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ freebsd-gecko@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"