Date: Fri, 28 Feb 2020 19:30:04 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 244507] devel/dee: Fix build with clang 10.0.0 Message-ID: <bug-244507-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244507 Bug ID: 244507 Summary: devel/dee: Fix build with clang 10.0.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: dim@FreeBSD.org Blocks: 244251 Created attachment 212031 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D212031&action= =3Dedit Fix devel/dee build with clang 10.0.0 As reported in bug 244251, with clang 10.0.0 the devel/dee port fails to bu= ild with: dee-serializable-model.c:1331:5: error: misleading indentation; statement is not part of the previous 'while' [-Werror,-Wmisleading-indentation] pos++; ^ dee-serializable-model.c:1329:3: note: previous statement is here while (!dee_model_is_last (self, iter) && iter !=3D _iter) ^ This is a known upstream bug (https://bugs.launchpad.net/dee/+bug/1579529),= but as it has been reported 4 years ago and still not fixed, here is a patch. Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244251 [Bug 244251] [exp-run] Against projects/clang1000-import branch --=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-244507-7788>