Skip to content

Instantly share code, notes, and snippets.

@heruan
Created November 13, 2013 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heruan/7458185 to your computer and use it in GitHub Desktop.
Save heruan/7458185 to your computer and use it in GitHub Desktop.
Boxen installation on Mavericks fails
$ sudo mkdir -p /opt/boxen
$ sudo chown ${USER}:staff /opt/boxen
$ git clone https://github.com/boxen/our-boxen /opt/boxen/repo
$ cd /opt/boxen/repo
$ git remote rm origin
$ git remote add origin git@github.com:heruan/our-boxen
$ git push -u origin master
$ script/boxen
Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts.
Boxen is up-to-date.
Notice: Compiled catalog for macbook-pro-giovanni.telperion.aldu.net in environment production in 2.66 seconds
...
In file included from /private/tmp/node-v0.4.10/deps/v8/src/scopes.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/scopes.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/scopes.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/serialize.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/serialize.cc:34:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic-inl.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/serialize.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
4 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/snapshot-common.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/snapshot-common.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
3 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/spaces.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/spaces.cc:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/spaces.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/spaces.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:39:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/contexts.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/heap.h:35:
/private/tmp/node-v0.4.10/deps/v8/src/spaces.h:2049:15: warning: private field 'name_' is not used [-Wunused-private-field]
const char* name_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/string-search.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/string-search.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
3 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/string-stream.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/string-stream.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
3 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/strtod.cc:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/strtod.cc:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
3 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/stub-cache.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/stub-cache.cc:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic-inl.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/stub-cache.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
4 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/top.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/top.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
3 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/type-info.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/type-info.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/type-info.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/type-info.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/utils.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/utils.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
3 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8-counters.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8-counters.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
3 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.cc:34:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/hydrogen.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/deoptimizer.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8threads.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8threads.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
3 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/variables.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/variables.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/variables.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/variables.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/version.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/version.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
3 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/virtual-frame-heavy.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:77:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/virtual-frame-heavy.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/virtual-frame-heavy.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/code-stubs.h:211:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/code-stubs-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic-inl.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/virtual-frame-heavy.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/virtual-frame.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:77:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/virtual-frame.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/virtual-frame.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/code-stubs.h:211:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/code-stubs-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic-inl.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/virtual-frame.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/assembler-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/assembler-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/assembler-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
4 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/builtins-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:77:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/builtins-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/builtins-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/code-stubs.h:211:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/code-stubs-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic-inl.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/builtins-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/code-stubs-x64.cc:34:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/regexp-macro-assembler.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
/private/tmp/node-v0.4.10/deps/v8/src/x64/code-stubs-x64.cc:2656:12: warning: unused variable 'arg1' [-Wunused-variable]
Register arg1 = rdi;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/code-stubs-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/code-stubs-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/code-stubs-x64.cc:33:
/private/tmp/node-v0.4.10/deps/v8/src/code-stubs.h:547:12: warning: private field 'lhs_' is not used [-Wunused-private-field]
Register lhs_;
^
/private/tmp/node-v0.4.10/deps/v8/src/code-stubs.h:550:12: warning: private field 'rhs_' is not used [-Wunused-private-field]
Register rhs_;
^
7 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.cc:34:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:77:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
4 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/cpu-x64.cc:34:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/cpu-x64.cc:39:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/cpu-x64.cc:34:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
4 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/debug-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:77:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/debug-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/debug-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/code-stubs.h:211:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/code-stubs-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic-inl.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/debug-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/deoptimizer-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:77:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/deoptimizer-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/deoptimizer-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/code-stubs.h:211:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/code-stubs-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic-inl.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/deoptimizer-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/disasm-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/disasm-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
3 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/frames-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/frames-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
3 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/full-codegen-x64.cc:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:77:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/full-codegen-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/full-codegen-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
4 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/ic-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:77:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/ic-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/ic-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/code-stubs.h:211:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/code-stubs-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic-inl.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/ic-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/jump-target-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:77:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/jump-target-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/jump-target-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/code-stubs.h:211:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/code-stubs-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic-inl.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/jump-target-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-codegen-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/hydrogen.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-codegen-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-codegen-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/hydrogen.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-codegen-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-gap-resolver-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-gap-resolver-x64.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/lithium.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/hydrogen.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-gap-resolver-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-gap-resolver-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-gap-resolver-x64.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/lithium.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/hydrogen.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-gap-resolver-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/lithium-allocator-inl.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/lithium-allocator.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/data-flow.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/lithium-allocator-inl.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/lithium-allocator.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/data-flow.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/lithium-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.cc:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:77:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
4 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/regexp-macro-assembler-x64.cc:37:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/regexp-macro-assembler.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
/private/tmp/node-v0.4.10/deps/v8/src/x64/regexp-macro-assembler-x64.cc:654:23: warning: unused variable 'word_map' [-Wunused-variable]
ExternalReference word_map = ExternalReference::re_word_character_map();
^
/private/tmp/node-v0.4.10/deps/v8/src/x64/regexp-macro-assembler-x64.cc:669:23: warning: unused variable 'word_map' [-Wunused-variable]
ExternalReference word_map = ExternalReference::re_word_character_map();
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/regexp-macro-assembler-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/regexp-macro-assembler-x64.cc:36:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/regexp-macro-assembler-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
7 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/register-allocator-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:77:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/register-allocator-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/register-allocator-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/code-stubs.h:211:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/code-stubs-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic-inl.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/register-allocator-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/stub-cache-x64.cc:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:77:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
/private/tmp/node-v0.4.10/deps/v8/src/x64/stub-cache-x64.cc:1106:12: warning: unused variable 'reg' [-Wunused-variable]
Register reg =
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/stub-cache-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/stub-cache-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic-inl.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/stub-cache-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
6 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/virtual-frame-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:77:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/codegen-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ast.h:33:
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:1066:7: warning: 'v8::internal::ChoiceNode::GreedyLoopTextLength' hides overloaded virtual function [-Woverloaded-virtual]
int GreedyLoopTextLength(GuardedAlternative* alternative);
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.h:624:15: note: hidden overloaded virtual function 'v8::internal::RegExpNode::GreedyLoopTextLength' declared here
virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
^
/private/tmp/node-v0.4.10/deps/v8/src/x64/virtual-frame-x64.cc:428:16: warning: unused variable 'original' [-Wunused-variable]
FrameElement original = elements_[index];
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/virtual-frame-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/virtual-frame-x64.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen-inl.h:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/code-stubs.h:211:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/code-stubs-x64.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic-inl.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic.h:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/macro-assembler.h:74:
/private/tmp/node-v0.4.10/deps/v8/src/x64/macro-assembler-x64.h:1150:12: warning: variable 'kSmiShift' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int kSmiShift = kSmiTagSize + kSmiShiftSize;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/x64/virtual-frame-x64.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
6 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/zone.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/zone.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
3 warnings generated.
In file included from obj/release/libraries.cc:7:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from obj/release/libraries.cc:7:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
3 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/mksnapshot.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/mksnapshot.cc:32:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
/private/tmp/node-v0.4.10/deps/v8/src/mksnapshot.cc:196:18: warning: private field 'parent_' is not used [-Wunused-private-field]
CppByteSink* parent_;
^
4 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/snapshot-empty.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:63:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects-inl.h:40:
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:84:9: warning: unused function 'NumberToInt32' [-Wunused-function]
int32_t NumberToInt32(Object* number) {
^
/private/tmp/node-v0.4.10/deps/v8/src/conversions-inl.h:90:10: warning: unused function 'NumberToUint32' [-Wunused-function]
uint32_t NumberToUint32(Object* number) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/snapshot-empty.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/v8.h:58:
/private/tmp/node-v0.4.10/deps/v8/src/allocation.h:70:27: warning: private field 'allowed_' is not used [-Wunused-private-field]
NativeAllocationAllowed allowed_;
^
3 warnings generated.
Undefined symbols for architecture x86_64:
"std::string::_Rep::_M_destroy(std::allocator<char> const&)", referenced from:
std::_Rb_tree<std::string, std::pair<std::string const, int*>, std::_Select1st<std::pair<std::string const, int*> >, std::less<std::string>, std::allocator<std::pair<std::string const, int*> > >::_M_erase(std::_Rb_tree_node<std::pair<std::string const, int*> >*) in mksnapshot.o
"std::string::_Rep::_S_empty_rep_storage", referenced from:
std::_Rb_tree<std::string, std::pair<std::string const, int*>, std::_Select1st<std::pair<std::string const, int*> >, std::less<std::string>, std::allocator<std::pair<std::string const, int*> > >::_M_erase(std::_Rb_tree_node<std::pair<std::string const, int*> >*) in mksnapshot.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
scons: *** [obj/release/mksnapshot] Error 1
Waf: Leaving directory `/private/tmp/node-v0.4.10/build'
Build failed: -> task failed (err #2):
{task: libv8.a SConstruct -> libv8.a}
make: *** [program] Error 1
nodenv: installation of v0.4.10 from source failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment