Date: Thu, 19 Feb 2015 15:20:13 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197823] science/massxpert : logic bug revealed by gcc5 Message-ID: <bug-197823-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197823 Bug ID: 197823 Summary: science/massxpert : logic bug revealed by gcc5 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: vg@FreeBSD.org Reporter: marino@FreeBSD.org Flags: maintainer-feedback?(vg@FreeBSD.org) Assignee: vg@FreeBSD.org Attempting to build massxpert has reveal a logic bug: /wrkdirs/science/massxpert/work/massxpert-3.4.0/lib/cleaveSpec.cpp: In member function 'bool massXpert::CleaveSpec::validate()': /wrkdirs/science/massxpert/work/massxpert-3.4.0/lib/cleaveSpec.cpp:430:17: error: comparison of constant '-1' with boolean expression is always false [-Werror=bool-compare] if (parse() == -1) ^ cc1plus: all warnings being treated as errors I could try fixing it but I think it's better if the maintainer takes a look first (and perhaps contact upstream) --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Auto-assigned to maintainer vg@FreeBSD.org -- 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-197823-13>