Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2015 23:38:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198112] Fix www/mod_spdy build with clang 3.6.0
Message-ID:  <bug-198112-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: dim@FreeBSD.org
                CC: masaki@club.kyutech.ac.jp
                CC: masaki@club.kyutech.ac.jp
             Flags: maintainer-feedback?(masaki@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198112-13>