Comment #1 on issue 4257 by [email protected]: V8 build is noisy when
-Wtype-limits or -Wunused-but-set-parameter
https://code.google.com/p/v8/issues/detail?id=4257
Today's new noise:
In file included from ../../v8/src/compiler/js-graph.h:11:0,
from ../../v8/src/compiler/simplified-lowering.h:8,
from ../../v8/src/compiler/simplified-lowering.cc:5:
../../v8/src/compiler/js-operator.h:280:26: warning: type qualifiers
ignored on function return type [-Wignored-qualifiers]
const int slot_index() const { return slot_index_; }
Should just be
int slot_index() const ...
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.