Summary: | Fix lang/v8 build with clang 3.7.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dimitry Andric <dim> | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 201377 | ||||||
Attachments: |
|
Description
Dimitry Andric
![]() ![]() A commit references this bug: Author: sunpoet Date: Sun Sep 20 20:17:30 UTC 2015 New revision: 397412 URL: https://svnweb.freebsd.org/changeset/ports/397412 Log: - Fix warnings generated by recent snapshot of Clang 3.7.0, including: - Printing non-void pointers with %p. - Left-shifting negative numbers. PR: 202530 Submitted by: dim Changes: head/lang/v8/files/patch-src-checks.h head/lang/v8/files/patch-src-deoptimizer.cc head/lang/v8/files/patch-src-ia32-code-stubs-ia32.cc head/lang/v8/files/patch-src-ia32-disasm-ia32.cc head/lang/v8/files/patch-src-ia32-ic-ia32.cc head/lang/v8/files/patch-src-liveedit.cc head/lang/v8/files/patch-src-objects.h Committed. Thanks! |