Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2015 21:31:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202534] Fix lang/v8-devel build with clang 3.7.0
Message-ID:  <bug-202534-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 202534
           Summary: Fix lang/v8-devel build 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: sunpoet@FreeBSD.org
          Reporter: dim@FreeBSD.org
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

Created attachment 160158
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160158&action=edit
Fix various warnings in lang/v8-devel while building with clang 3.7.0

During the exp-run in bug 201377, it was found that lang/v8-devel gives errors
with a recent clang 3.7.0 snapshot:

http://package18.nyi.freebsd.org/data/headi386PR201377-default/2015-07-31_12h04m22s/logs/errors/v8-devel-3.27.7_3.log

This log only contains the -Werror warnings about printing non-void pointers
with %p, but a newer trunk version of clang also generates a number of warnings
about left-shifting negative numbers.

I have fixed both types of warnings in the attached patch.

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