[Bug 202493] Fix devel/k8048 builds with clang 3.7.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 19 19:37:52 UTC 2015
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 at freebsd.org
Reporter: dim at FreeBSD.org
Assignee: bofh at freebsd.org
Flags: maintainer-feedback?(bofh at 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.
More information about the freebsd-ports-bugs
mailing list