Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 May 2020 19:45:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 242523] security/nss 3.48 doesn't build on PowerPC
Message-ID:  <bug-242523-21738-6ztbcjIEqM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242523-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242523-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242523

--- Comment #26 from commit-hook@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) =3D 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

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242523-21738-6ztbcjIEqM>