Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Dec 2014 01:48:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195666] New: Fix lang/v8 build with clang 3.5.0
Message-ID:  <bug-195666-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195666

            Bug ID: 195666
           Summary: Fix lang/v8 build with clang 3.5.0
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: dim@FreeBSD.org
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

Created attachment 150168
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150168&action=edit
Fix lang/v8 build with clang 3.5.0

In bug 195480, I asked for an exp-run with clang 3.5.0.  One of the failures
from that exp-run is in lang/v8, which fails with a number of -Werror warnings.

The least painful solution is to simply squelch the warnings.  This is already
handled by a part in the Makefile which tests for the compiler type and
version.

This patch adds another part that disables -Wtautological-undefined-compare for
clang 3.5.0 and higher.

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer sunpoet@FreeBSD.org

-- 
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-195666-13>