Date: Wed, 19 Aug 2015 19:37:52 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202493] Fix devel/k8048 builds with clang 3.7.0 Message-ID: <bug-202493-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202493 Bug ID: 202493 Summary: Fix devel/k8048 builds with clang 3.7.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: bofh@freebsd.org Reporter: dim@FreeBSD.org Assignee: bofh@freebsd.org Flags: maintainer-feedback?(bofh@freebsd.org) Created attachment 160112 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160112&action=edit Fix devel/k8048 pedantic-errors with clang 3.7.0 During the exp-run in bug 201377, it was found that devel/k8048 gives errors with a recent clang 3.7.0 snapshot: http://package18.nyi.freebsd.org/data/headi386PR201377-default/2015-07-31_12h04m22s/logs/errors/k8048-3.05.log This is because the port compiles with -pedantic-errors, and attempts to print an uint8_t * using the %p format. This can be fixed by casting the pointer to void *. -- 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-202493-13>