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

Issue 140333004: x64: Fix clang complain error of unused private field. (Closed)

Created:
6 years, 10 months ago by tfarina
Modified:
6 years, 10 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

Fix clang complain error of unused private field. ../../src/x64/stub-cache-x64.cc:612:25: error: private field 'arguments_' is not used [-Werror,-Wunused-private-field] const ParameterCount& arguments_; Fixed the issue for ARM and ia32 too. BUG=None TEST=builds R=verwaest@chromium.org LOG=n

Patch Set 1 #

Patch Set 2 : arm and ia32 fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -18 lines) Patch
M src/arm/stub-cache-arm.cc View 1 3 chunks +2 lines, -6 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 3 chunks +2 lines, -6 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 3 chunks +2 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
tfarina
6 years, 10 months ago (2014-01-30 23:57:25 UTC) #1
tfarina
6 years, 10 months ago (2014-01-30 23:57:25 UTC) #2

          

Powered by Google App Engine
This is Rietveld 408576698