[Bug 198112] Fix www/mod_spdy build with clang 3.6.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 28 23:38:38 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198112
Bug ID: 198112
Summary: Fix www/mod_spdy build with clang 3.6.0
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: dim at FreeBSD.org
CC: masaki at club.kyutech.ac.jp
CC: masaki at club.kyutech.ac.jp
Flags: maintainer-feedback?(masaki at club.kyutech.ac.jp)
Created attachment 153631
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153631&action=edit
Disable -Wunused-local-typedef for clang 3.6.0 and higher
During the exp-run in bug 197395, it was found that www/mod_spdy gives errors
with clang 3.6.0:
http://package18.nyi.freebsd.org/data/headamd64PR197395-default/2015-02-27_12h37m16s/logs/errors/mod_spdy-0.9.4.1.log
These errors are -Werror warnings about unused local typedefs, which are new
warnings in clang 3.6.0 and higher.
As these warnings are entirely benign, and it causes some churn to fix them
all, the attached patch simply suppresses them for clang 3.6.0 and higher.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list