| Summary: | Fix lang/v8-devel 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
2015-08-20 21:31:32 UTC
A commit references this bug: Author: sunpoet Date: Sun Sep 20 20:18:06 UTC 2015 New revision: 397413 URL: https://svnweb.freebsd.org/changeset/ports/397413 Log: - Fix warnings generated by recent snapshot of Clang 3.7.0, including: - Printing non-void pointers with %p. - Left-shifting negative numbers. PR: 202534 Submitted by: dim Changes: head/lang/v8-devel/files/patch-Makefile head/lang/v8-devel/files/patch-src-allocation-tracker.cc head/lang/v8-devel/files/patch-src-deoptimizer.cc head/lang/v8-devel/files/patch-src-heap-snapshot-generator.cc head/lang/v8-devel/files/patch-src-ia32-code-stubs-ia32.cc head/lang/v8-devel/files/patch-src-ia32-disasm-ia32.cc head/lang/v8-devel/files/patch-src-ia32-ic-ia32.cc head/lang/v8-devel/files/patch-src-liveedit.cc head/lang/v8-devel/files/patch-src-objects.h Committed. Thanks! |