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

Issue 10829109: Don't show performance warnings when compiling dependents when compiling with msvc (Closed)

Created:
8 years, 4 months ago by piscisaureus
Modified:
5 years ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

v8.gyp disables specific msvc warnings (like: "forcing uint32_t to boolean"), but they still show up. This happens because they are only disabled for the 'v8_base' target, but since these warnings are generated at link time, they also show up when linking 'mksnapshot' or 'v8_nosnapshot'. This patch fixes that.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M tools/gyp/v8.gyp View 1 chunk +3 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698