Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(699)

Issue 2028353004: Suppress compiler and linker warnings in v8 test binaries (Closed)

Created:
4 years, 6 months ago by brucedawson
Modified:
4 years, 6 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Suppress compiler and linker warnings in v8 test binaries VC++ complains about truncation of integer constants despite use of static_cast. This isn't very helpful as it gives no way of suppressing the warning in code, so this change suppresses it on the command line. Additionally, the linker complains about importing of locally defined functions in component builds. Until this is fixed the warnings should be suppressed. NOTRY=true Committed: https://crrev.com/dea0d7474745f05948a9acfced2b3891d86ad133 Cr-Commit-Position: refs/heads/master@{#36695}

Patch Set 1 #

Patch Set 2 : Suppress linker warnings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M test/cctest/BUILD.gn View 1 1 chunk +12 lines, -0 lines 0 comments Download
M test/unittests/BUILD.gn View 1 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
brucedawson
This suppresses the compiler and linker warnings. The compiler warning suppression seems reasonable but I'm ...
4 years, 6 months ago (2016-06-02 21:47:40 UTC) #3
Michael Achenbach
lgtm to unblock. We'll try to get rid of this again after the chromium win ...
4 years, 6 months ago (2016-06-03 07:40:02 UTC) #5
Michael Achenbach
I'll land this so that it gets rolled into chromium soon.
4 years, 6 months ago (2016-06-03 08:19:02 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2028353004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2028353004/20001
4 years, 6 months ago (2016-06-03 08:19:14 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-03 08:21:17 UTC) #10
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 08:23:28 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/dea0d7474745f05948a9acfced2b3891d86ad133
Cr-Commit-Position: refs/heads/master@{#36695}

Powered by Google App Engine
This is Rietveld 408576698