Chromium Code Reviews
DescriptionFix 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 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||||||||||||||||||||