Date: Sun, 25 Sep 2016 18:03:58 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 209482] security/nss: fails to build on arm Message-ID: <bug-209482-21738-pS4Vz1FuTF@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209482-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-209482-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=3D209482 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Sun Sep 25 18:03:05 UTC 2016 New revision: 422755 URL: https://svnweb.freebsd.org/changeset/ports/422755 Log: security/nss: unbreak build on armv6 pqg.c:339: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) { ~~~~~~ ^ ~~~~~~~~~~~~ 1 error generated. PR: 209482 Submitted by: mikael.urankar@gmail.com (based on) Changes: head/security/nss/files/patch-coreconf_FreeBSD.mk --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209482-21738-pS4Vz1FuTF>