Skip to content

Instantly share code, notes, and snippets.

@jfrux
Created October 31, 2013 12:00
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 jfrux/7248534 to your computer and use it in GitHub Desktop.
Save jfrux/7248534 to your computer and use it in GitHub Desktop.
Boxen Console Output
mccme-rountrjf:boxen joshua$ git clone https://github.com/boxen/our-boxen.git repo
Cloning into 'repo'...
remote: Counting objects: 1520, done.
remote: Compressing objects: 100% (889/889), done.
remote: Total 1520 (delta 675), reused 1346 (delta 522)
Receiving objects: 100% (1520/1520), 47.97 MiB | 6.64 MiB/s, done.
Resolving deltas: 100% (675/675), done.
mccme-rountrjf:boxen joshua$ cd repo
mccme-rountrjf:repo joshua$ nano Puppetfile
mccme-rountrjf:repo joshua$ cd ../
mccme-rountrjf:boxen joshua$ ls
README.md bin cache config data env.d env.sh homebrew log nodenv rbenv repo
mccme-rountrjf:boxen joshua$ cd repo
mccme-rountrjf:repo joshua$ script/boxen --no-fde
Notice: Compiled catalog for mccme-rountrjf.wheh.uc.edu in environment production in 3.59 seconds
Error: Execution of '/opt/boxen/nodenv/bin/nodenv install v0.4.10 --source' returned 1: Checking for program g++ or c++ : /usr/bin/g++
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for program gcc or cc : /usr/bin/gcc
Checking for gcc : ok
Checking for library dl : yes
Checking for openssl : not found
Checking for function SSL_library_init : yes
Checking for header openssl/crypto.h : yes
Checking for library util : yes
Checking for library rt : not found
Checking for library pthread : yes
Checking for function pthread_create : yes
Checking for function pthread_atfork : yes
Checking for futimes(2) : yes
Checking for readahead(2) : no
Checking for fdatasync(2) : yes
Checking for pread(2) and pwrite(2) : yes
Checking for sendfile(2) : yes
Checking for sync_file_range(2) : no
Checking for header sys/inotify.h : not found
Checking for header sys/epoll.h : not found
Checking for header port.h : not found
Checking for header poll.h : yes
Checking for function poll : yes
Checking for header ['sys/types.h', 'sys/event.h'] : yes
Checking for header sys/queue.h : yes
Checking for function kqueue : yes
Checking for header sys/select.h : yes
Checking for function select : yes
Checking for header sys/eventfd.h : not found
Checking for SYS_clock_gettime : no
Checking for library rt : not found
Checking for function nanosleep : yes
Checking for function ceil : yes
Checking for fdatasync(2) with c++ : no
'configure' finished successfully (2.144s)
Waf: Entering directory `/private/tmp/node-v0.4.10/build'
[ 1/75] cc: deps/libeio/eio.c -> build/default/deps/libeio/eio_1.o
clang: warning: argument unused during compilation: '-rdynamic'
In file included from ../deps/libeio/eio.c:99:
default/config.h:11:9: warning: 'HAVE_FDATASYNC' macro redefined
#define HAVE_FDATASYNC 1
^
<command line>:11:9: note: previous definition is here
#define HAVE_FDATASYNC 0
^
../deps/libeio/eio.c:476:12: warning: expression result unused [-Wunused-value]
assert (("unable to allocate worker thread data", wrk));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libeio/eio.c:926:10: warning: implicit declaration of function 'fdatasync' is invalid in C99 [-Wimplicit-function-declaration]
return fdatasync (fd);
^
../deps/libeio/eio.c:1293:15: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else
^
../deps/libeio/eio.c:1561:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else
^
../deps/libeio/eio.c:1754:41: warning: implicit declaration of function 'rename' is invalid in C99 [-Wimplicit-function-declaration]
case EIO_RENAME: req->result = rename (req->ptr1, req->ptr2); break;
^
../deps/libeio/eio.c:2095:12: warning: expression result unused [-Wunused-value]
assert (("cannot add requests to IO::AIO::GRP after the group finished", grp->int1 != 2));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
7 warnings generated.
[ 2/75] cc: deps/libev/ev.c -> build/default/deps/libev/ev_1.o
clang: warning: argument unused during compilation: '-rdynamic'
In file included from ../deps/libev/ev.c:45:
default/config.h:11:9: warning: 'HAVE_FDATASYNC' macro redefined
#define HAVE_FDATASYNC 1
^
<command line>:11:9: note: previous definition is here
#define HAVE_FDATASYNC 0
^
In file included from ../deps/libev/ev.c:1547:
../deps/libev/ev_poll.c:110:18: warning: expression result unused [-Wunused-value]
assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:1968:12: warning: expression result unused [-Wunused-value]
assert (("libev: watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:1971:14: warning: expression result unused [-Wunused-value]
assert (("libev: pending watcher not on pending queue", pendings [ABSPRI (w)][w->pending - 1].w == w));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:1981:16: warning: expression result unused [-Wunused-value]
assert (("libev: active index mismatch in heap", ev_active (ANHE_w (heap [i])) == i));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:1982:16: warning: expression result unused [-Wunused-value]
assert (("libev: heap condition violated", i == HEAP0 || ANHE_at (heap [HPARENT (i)]) <= ANHE_at (heap [i])));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:1983:16: warning: expression result unused [-Wunused-value]
assert (("libev: heap at cache mismatch", ANHE_at (heap [i]) == ev_at (ANHE_w (heap [i]))));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:1994:16: warning: expression result unused [-Wunused-value]
assert (("libev: active index mismatch", ev_active (ws [cnt]) == cnt + 1));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2012:14: warning: expression result unused [-Wunused-value]
assert (("libev: negative fd in fdchanges", fdchanges [i] >= 0));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2019:18: warning: expression result unused [-Wunused-value]
assert (("libev: inactive fd watcher on anfd list", ev_active (w) == 1));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2020:18: warning: expression result unused [-Wunused-value]
assert (("libev: fd mismatch between watcher and anfd", ((ev_io *)w)->fd == i));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2197:24: warning: expression result unused [-Wunused-value]
assert (("libev: negative ev_timer repeat value found while processing timers", w->repeat > 0.));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2245:24: warning: expression result unused [-Wunused-value]
assert (("libev: ev_periodic reschedule callback returned time in the past", ev_at (w) >= ev_rt_now));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2395:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_loop recursion during release detected", loop_done != EVBREAK_RECURSE));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2668:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_io_start called with negative fd", fd >= 0));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2669:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_io_start called with illegal event mask", !(w->events & ~(EV__IOFDSET | EV_READ | EV_WRITE))));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2677:34: warning: '&' within '|' [-Wbitwise-op-parentheses]
fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
~~~~~~~~~~^~~~~~~~~~~~~ ~
../deps/libev/ev.c:2677:34: note: place parentheses around the '&' expression to silence this warning
fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
^
( )
../deps/libev/ev.c:2690:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2710:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2738:14: warning: expression result unused [-Wunused-value]
assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2798:16: warning: expression result unused [-Wunused-value]
assert (("libev: ev_periodic_start called with negative interval value", w->interval >= 0.));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2830:14: warning: expression result unused [-Wunused-value]
assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2867:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
23 warnings generated.
[ 3/75] cc: deps/c-ares/ares_strcasecmp.c -> build/default/deps/c-ares/ares_strcasecmp_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[ 4/75] cc: deps/c-ares/ares_free_string.c -> build/default/deps/c-ares/ares_free_string_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[ 5/75] cc: deps/c-ares/ares_options.c -> build/default/deps/c-ares/ares_options_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[ 6/75] cc: deps/c-ares/ares_send.c -> build/default/deps/c-ares/ares_send_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[ 7/75] cc: deps/c-ares/ares_parse_txt_reply.c -> build/default/deps/c-ares/ares_parse_txt_reply_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[ 8/75] cc: deps/c-ares/ares_parse_ptr_reply.c -> build/default/deps/c-ares/ares_parse_ptr_reply_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[ 9/75] cc: deps/c-ares/ares_nowarn.c -> build/default/deps/c-ares/ares_nowarn_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[10/75] cc: deps/c-ares/ares_search.c -> build/default/deps/c-ares/ares_search_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[11/75] cc: deps/c-ares/ares_gethostbyname.c -> build/default/deps/c-ares/ares_gethostbyname_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[12/75] cc: deps/c-ares/ares_getsock.c -> build/default/deps/c-ares/ares_getsock_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[13/75] cc: deps/c-ares/ares__timeval.c -> build/default/deps/c-ares/ares__timeval_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[14/75] cc: deps/c-ares/inet_ntop.c -> build/default/deps/c-ares/inet_ntop_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[15/75] cc: deps/c-ares/ares_parse_a_reply.c -> build/default/deps/c-ares/ares_parse_a_reply_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[16/75] cc: deps/c-ares/ares_getopt.c -> build/default/deps/c-ares/ares_getopt_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[17/75] cc: deps/c-ares/ares__close_sockets.c -> build/default/deps/c-ares/ares__close_sockets_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[18/75] cc: deps/c-ares/ares_expand_string.c -> build/default/deps/c-ares/ares_expand_string_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[19/75] cc: deps/c-ares/ares_destroy.c -> build/default/deps/c-ares/ares_destroy_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[20/75] cc: deps/c-ares/ares_cancel.c -> build/default/deps/c-ares/ares_cancel_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[21/75] cc: deps/c-ares/ares_parse_aaaa_reply.c -> build/default/deps/c-ares/ares_parse_aaaa_reply_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[22/75] cc: deps/c-ares/ares_parse_ns_reply.c -> build/default/deps/c-ares/ares_parse_ns_reply_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[23/75] cc: deps/c-ares/ares_version.c -> build/default/deps/c-ares/ares_version_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[24/75] cc: deps/c-ares/ares__get_hostent.c -> build/default/deps/c-ares/ares__get_hostent_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[25/75] cc: deps/c-ares/ares_writev.c -> build/default/deps/c-ares/ares_writev_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[26/75] cc: deps/c-ares/ares_expand_name.c -> build/default/deps/c-ares/ares_expand_name_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[27/75] cc: deps/c-ares/ares_free_hostent.c -> build/default/deps/c-ares/ares_free_hostent_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[28/75] cc: deps/c-ares/ares_parse_mx_reply.c -> build/default/deps/c-ares/ares_parse_mx_reply_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[29/75] cc: deps/c-ares/ares_gethostbyaddr.c -> build/default/deps/c-ares/ares_gethostbyaddr_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[30/75] cc: deps/c-ares/ares_query.c -> build/default/deps/c-ares/ares_query_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[31/75] cc: deps/c-ares/ares_data.c -> build/default/deps/c-ares/ares_data_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[32/75] cc: deps/c-ares/ares_init.c -> build/default/deps/c-ares/ares_init_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[33/75] cc: deps/c-ares/ares_fds.c -> build/default/deps/c-ares/ares_fds_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[34/75] cc: deps/c-ares/inet_net_pton.c -> build/default/deps/c-ares/inet_net_pton_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[35/75] cc: deps/c-ares/ares_strerror.c -> build/default/deps/c-ares/ares_strerror_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[36/75] cc: deps/c-ares/bitncmp.c -> build/default/deps/c-ares/bitncmp_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[37/75] cc: deps/c-ares/ares_getnameinfo.c -> build/default/deps/c-ares/ares_getnameinfo_1.o
clang: warning: argument unused during compilation: '-rdynamic'
../deps/c-ares/ares_getnameinfo.c:190:48: warning: argument to 'sizeof' in '__builtin___memcpy_chk' call is the same pointer type 'struct sockaddr_in *' as the destination; expected 'struct sockaddr_in' or an explicit length [-Wsizeof-pointer-memaccess]
memcpy(&niquery->addr.addr4, addr, sizeof(addr));
~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~
/usr/include/secure/_string.h:65:38: note: expanded from macro 'memcpy'
__builtin___memcpy_chk (dest, src, len, __darwin_obsz0 (dest))
^
../deps/c-ares/ares_getnameinfo.c:198:49: warning: argument to 'sizeof' in '__builtin___memcpy_chk' call is the same pointer type 'struct sockaddr_in6 *' as the destination; expected 'struct sockaddr_in6' or an explicit length [-Wsizeof-pointer-memaccess]
memcpy(&niquery->addr.addr6, addr6, sizeof(addr6));
~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~
/usr/include/secure/_string.h:65:38: note: expanded from macro 'memcpy'
__builtin___memcpy_chk (dest, src, len, __darwin_obsz0 (dest))
^
2 warnings generated.
[38/75] cc: deps/c-ares/ares_library_init.c -> build/default/deps/c-ares/ares_library_init_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[39/75] cc: deps/c-ares/ares_mkquery.c -> build/default/deps/c-ares/ares_mkquery_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[40/75] cc: deps/c-ares/ares_process.c -> build/default/deps/c-ares/ares_process_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[41/75] cc: deps/c-ares/windows_port.c -> build/default/deps/c-ares/windows_port_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[42/75] cc: deps/c-ares/ares_parse_srv_reply.c -> build/default/deps/c-ares/ares_parse_srv_reply_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[43/75] cc: deps/c-ares/ares_llist.c -> build/default/deps/c-ares/ares_llist_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[44/75] cc: deps/c-ares/ares_timeout.c -> build/default/deps/c-ares/ares_timeout_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[45/75] cc: deps/c-ares/ares__read_line.c -> build/default/deps/c-ares/ares__read_line_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[46/75] cc: deps/c-ares/ares_strdup.c -> build/default/deps/c-ares/ares_strdup_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[47/75] cc: deps/http_parser/http_parser.c -> build/default/deps/http_parser/http_parser_2.o
clang: warning: argument unused during compilation: '-rdynamic'
[48/75] src/node_natives.h: src/node.js lib/dgram.js lib/console.js lib/buffer.js lib/querystring.js lib/http.js lib/net.js lib/stream.js lib/events.js lib/util.js lib/tty_win32.js lib/module.js lib/_debugger.js lib/assert.js lib/fs.js lib/os.js lib/readline.js lib/vm.js lib/url.js lib/tls.js lib/tty_posix.js lib/crypto.js lib/sys.js lib/https.js lib/freelist.js lib/dns.js lib/_linklist.js lib/tty.js lib/child_process.js lib/repl.js lib/path.js lib/string_decoder.js lib/timers.js lib/constants.js -> build/default/src/node_natives.h
[49/75] copy: src/node_config.h.in -> build/default/src/node_config.h
[50/75] copy: tools/nodejs.pc.in -> build/default/tools/nodejs.pc
[51/75] libv8.a: deps/v8/SConstruct -> build/default/libv8.a
scons: warning: Ignoring missing SConscript 'obj/test/release/SConscript'
File "/private/tmp/node-v0.4.10/deps/v8/SConstruct", line 1201, in BuildSpecific
In file included from /private/tmp/node-v0.4.10/deps/v8/src/accessors.cc: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/accessors.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/accessors.cc: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/accessors.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/allocation.cc:33:
/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_;
^
1 warning generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/api.cc:34:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/api.cc:3873:26: warning: unused variable 'result' [-Wunused-variable]
i::Handle<i::Object> result =
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/api.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/api.cc:34:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/api.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/assembler.cc:47:
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/assembler.cc:35:
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/assembler.cc:38:
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/assembler.cc:35:
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/ast.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/ast.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/ast.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/ast.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/ast.cc:30:
/private/tmp/node-v0.4.10/deps/v8/src/ast.h:1452:7: warning: private field 'pos_' is not used [-Wunused-private-field]
int pos_;
^
6 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/bignum-dtoa.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/bignum-dtoa.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/bignum.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/bignum.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/bootstrapper.cc:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/bootstrapper.cc:1028:18: warning: unused variable 'result' [-Wunused-variable]
Handle<Object> result =
^
/private/tmp/node-v0.4.10/deps/v8/src/bootstrapper.cc:1252:24: warning: unused variable 'name' [-Wunused-variable]
Vector<const char> name = Natives::GetScriptName(i);
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/bootstrapper.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/bootstrapper.cc:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/bootstrapper.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.
/private/tmp/node-v0.4.10/deps/v8/src/builtins.cc:1164:18: warning: unused variable 'receiver' [-Wunused-variable]
Handle<Object> receiver = args.at<Object>(0);
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/builtins.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/builtins.cc:35:
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/builtins.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/cached-powers.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/cached-powers.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/checks.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/checks.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/circular-queue.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/circular-queue.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/code-stubs.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/code-stubs.cc: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/code-stubs.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/codegen.cc:31:
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/codegen.cc:376:18: warning: unused variable 'name' [-Wunused-variable]
Handle<String> name = node->name();
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.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/codegen.cc:31:
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/codegen.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/compilation-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/compilation-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_;
^
3 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/compiler.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/compiler.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/compiler.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/contexts.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/contexts.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/conversions.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/conversions.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/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/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/cpu-profiler.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/cpu-profiler.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/data-flow.cc:30:
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/data-flow.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/data-flow.cc:30:
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/data-flow.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/dateparser.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/dateparser.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/debug-agent.cc:29:
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/debug-agent.cc:29:
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/debug.cc:34:
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/debug.cc:789:18: warning: unused variable 'result' [-Wunused-variable]
Handle<Object> result =
^
/private/tmp/node-v0.4.10/deps/v8/src/debug.cc:1865:18: warning: unused variable 'js_object' [-Wunused-variable]
Handle<Object> js_object = Execution::TryCall(
^
/private/tmp/node-v0.4.10/deps/v8/src/debug.cc:2212:18: warning: unused variable 'result' [-Wunused-variable]
Handle<Object> result = Execution::TryCall(
^
/private/tmp/node-v0.4.10/deps/v8/src/debug.cc:2877:27: warning: unused variable 'context' [-Wunused-variable]
v8::Handle<v8::Context> context = GetDebugEventContext();
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/debug.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/debug.cc:33:
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/debug.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_;
^
9 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/deoptimizer.cc:30:
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/deoptimizer.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/deoptimizer.cc:30:
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/deoptimizer.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/disassembler.cc:31:
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/disassembler.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/disassembler.cc:30:
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/disassembler.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/diy-fp.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/diy-fp.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/dtoa.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/dtoa.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/execution.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/execution.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/execution.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: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/execution.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_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/extensions/externalize-string-extension.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/extensions/externalize-string-extension.h: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/extensions/externalize-string-extension.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/extensions/externalize-string-extension.h: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/extensions/gc-extension.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/extensions/gc-extension.h: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/extensions/gc-extension.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/extensions/gc-extension.h: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/factory.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/factory.cc:34:
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/factory.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/fast-dtoa.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/fast-dtoa.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/fixed-dtoa.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/fixed-dtoa.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/flags.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/flags.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/frame-element.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/frame-element.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/frame-element.h: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/frame-element.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/frames.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; }
^
/private/tmp/node-v0.4.10/deps/v8/src/frames.cc:335:18: warning: unused variable 'cached_safepoint_entry' [-Wunused-variable]
SafepointEntry cached_safepoint_entry = entry->safepoint_entry;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/frames.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/frames.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/frames.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/full-codegen.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; }
^
/private/tmp/node-v0.4.10/deps/v8/src/full-codegen.cc:696:18: warning: unused variable 'name' [-Wunused-variable]
Handle<String> name = node->name();
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/full-codegen.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/full-codegen.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/full-codegen.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/func-name-inferrer.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/func-name-inferrer.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/func-name-inferrer.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/func-name-inferrer.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/global-handles.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/global-handles.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/handles.cc:34:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/handles.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/handles.cc:34:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/handles.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/hashmap.cc:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/utils.h:36:
/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_;
^
1 warning generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/heap-profiler.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/heap-profiler.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/heap.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/heap.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/heap.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: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/heap.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/hydrogen-instructions.cc: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/hydrogen-instructions.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: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/hydrogen-instructions.cc: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/hydrogen-instructions.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/hydrogen.cc:28:
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/hydrogen.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/hydrogen.h: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/hydrogen.cc:28:
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/hydrogen.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/hydrogen.h: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_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic.cc:33:
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/ic.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/ic.cc:33:
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/ic.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/inspector.cc:29:
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/inspector.cc:29:
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/interpreter-irregexp.cc:34:
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/interpreter-irregexp.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/interpreter-irregexp.cc:34:
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/interpreter-irregexp.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_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/jsregexp.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; }
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.cc:4858:26: warning: unused variable 'quarks' [-Wunused-variable]
Vector<const uc16> quarks = elm.data.u_atom->data();
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.cc:5297:12: warning: unused variable 'info' [-Wunused-variable]
NodeInfo info = *node->info();
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/jsregexp.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/jsregexp.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;
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.cc:4248:13: warning: function 'AddUncanonicals' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static void AddUncanonicals(ZoneList<CharacterRange>* ranges,
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/jsregexp.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_;
^
8 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/jump-target-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/jump-target-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/jump-target-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/jump-target-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/jump-target.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/jump-target.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/jump-target.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/jump-target.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/lithium-allocator.cc:28:
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/lithium-allocator.cc:28:
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: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/lithium-allocator.cc:28:
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/lithium-allocator.cc:28:
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: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_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/lithium.cc:28:
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/lithium.cc:28:
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: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/lithium.cc:28:
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/lithium.cc:28:
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: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_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/liveedit.cc:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/liveedit.h:52:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/liveedit.cc:29:
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/liveedit.cc:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/liveedit.h:52:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/liveedit.cc:29:
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/log-utils.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/log-utils.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/log.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/log.cc:33:
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/log.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_;
^
4 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/mark-compact.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/mark-compact.cc:35:
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/mark-compact.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/messages.cc:29:
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/messages.cc:29:
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/objects-printer.cc:32:
/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/objects-printer.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/objects-printer.cc:32:
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/objects-printer.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/objects-visiting.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/objects-visiting.cc:30:
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/objects-visiting.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/objects.cc:33:
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/objects.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) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects.cc:33:
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/objects.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/parser.cc: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/parser.cc:750:20: warning: unused variable 'no_name' [-Wunused-variable]
Handle<String> no_name = Factory::empty_symbol();
^
/private/tmp/node-v0.4.10/deps/v8/src/parser.cc:3341:21: warning: unused variable 'loc' [-Wunused-variable]
Scanner::Location loc = scanner().location();
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/parser.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/parser.cc: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/parser.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_;
^
/private/tmp/node-v0.4.10/deps/v8/src/parser.cc:86:9: warning: private field 'ok_' is not used [-Wunused-private-field]
bool* ok_;
^
8 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/platform-macos.cc:57:
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/platform-macos.cc:57:
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/platform-posix.cc:50:
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/platform-posix.cc:50:
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/preparse-data.cc:31:
/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_;
^
1 warning generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/preparser.cc:33:
/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_;
^
1 warning generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/profile-generator.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/profile-generator.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_;
^
/private/tmp/node-v0.4.10/deps/v8/src/profile-generator.cc:2255:17: warning: private field 'snapshot_' is not used [-Wunused-private-field]
HeapSnapshot* snapshot_;
^
4 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/property.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/property.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/regexp-macro-assembler-irregexp.cc:29:
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/regexp-macro-assembler-irregexp.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/regexp-macro-assembler-irregexp.cc:29:
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/regexp-macro-assembler-irregexp.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/regexp-macro-assembler.cc:29:
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/regexp-macro-assembler.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/regexp-macro-assembler.cc:29:
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/regexp-macro-assembler.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/regexp-stack.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/regexp-stack.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/register-allocator.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/register-allocator.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/register-allocator.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/register-allocator.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/rewriter.cc:32:
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/rewriter.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/rewriter.cc:32:
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/rewriter.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/runtime-profiler.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/runtime-profiler.cc:33:
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/runtime-profiler.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/runtime.cc:35:
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/runtime.cc:35:
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/runtime.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/safepoint-table.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/safepoint-table.h: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/safepoint-table.cc:30:
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/safepoint-table.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/safepoint-table.h: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_;
^
4 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/scanner-base.cc:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/scanner-base.h:35:
/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_;
^
1 warning generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/scanner.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/scanner.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/scanner.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/scanner.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/scopeinfo.cc:33:
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:
/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/scopeinfo.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/scopeinfo.cc:33:
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/scopeinfo.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_;
^
5 warnings generated.
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:
/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/scopes.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/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
Error: /Stage[main]/Nodejs::V0_4_10/Nodejs::Version[v0.4.10]/Nodejs[v0.4.10]/ensure: change from absent to present failed: Execution of '/opt/boxen/nodenv/bin/nodenv install v0.4.10 --source' returned 1: Checking for program g++ or c++ : /usr/bin/g++
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for program gcc or cc : /usr/bin/gcc
Checking for gcc : ok
Checking for library dl : yes
Checking for openssl : not found
Checking for function SSL_library_init : yes
Checking for header openssl/crypto.h : yes
Checking for library util : yes
Checking for library rt : not found
Checking for library pthread : yes
Checking for function pthread_create : yes
Checking for function pthread_atfork : yes
Checking for futimes(2) : yes
Checking for readahead(2) : no
Checking for fdatasync(2) : yes
Checking for pread(2) and pwrite(2) : yes
Checking for sendfile(2) : yes
Checking for sync_file_range(2) : no
Checking for header sys/inotify.h : not found
Checking for header sys/epoll.h : not found
Checking for header port.h : not found
Checking for header poll.h : yes
Checking for function poll : yes
Checking for header ['sys/types.h', 'sys/event.h'] : yes
Checking for header sys/queue.h : yes
Checking for function kqueue : yes
Checking for header sys/select.h : yes
Checking for function select : yes
Checking for header sys/eventfd.h : not found
Checking for SYS_clock_gettime : no
Checking for library rt : not found
Checking for function nanosleep : yes
Checking for function ceil : yes
Checking for fdatasync(2) with c++ : no
'configure' finished successfully (2.144s)
Waf: Entering directory `/private/tmp/node-v0.4.10/build'
[ 1/75] cc: deps/libeio/eio.c -> build/default/deps/libeio/eio_1.o
clang: warning: argument unused during compilation: '-rdynamic'
In file included from ../deps/libeio/eio.c:99:
default/config.h:11:9: warning: 'HAVE_FDATASYNC' macro redefined
#define HAVE_FDATASYNC 1
^
<command line>:11:9: note: previous definition is here
#define HAVE_FDATASYNC 0
^
../deps/libeio/eio.c:476:12: warning: expression result unused [-Wunused-value]
assert (("unable to allocate worker thread data", wrk));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libeio/eio.c:926:10: warning: implicit declaration of function 'fdatasync' is invalid in C99 [-Wimplicit-function-declaration]
return fdatasync (fd);
^
../deps/libeio/eio.c:1293:15: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else
^
../deps/libeio/eio.c:1561:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else
^
../deps/libeio/eio.c:1754:41: warning: implicit declaration of function 'rename' is invalid in C99 [-Wimplicit-function-declaration]
case EIO_RENAME: req->result = rename (req->ptr1, req->ptr2); break;
^
../deps/libeio/eio.c:2095:12: warning: expression result unused [-Wunused-value]
assert (("cannot add requests to IO::AIO::GRP after the group finished", grp->int1 != 2));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
7 warnings generated.
[ 2/75] cc: deps/libev/ev.c -> build/default/deps/libev/ev_1.o
clang: warning: argument unused during compilation: '-rdynamic'
In file included from ../deps/libev/ev.c:45:
default/config.h:11:9: warning: 'HAVE_FDATASYNC' macro redefined
#define HAVE_FDATASYNC 1
^
<command line>:11:9: note: previous definition is here
#define HAVE_FDATASYNC 0
^
In file included from ../deps/libev/ev.c:1547:
../deps/libev/ev_poll.c:110:18: warning: expression result unused [-Wunused-value]
assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:1968:12: warning: expression result unused [-Wunused-value]
assert (("libev: watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:1971:14: warning: expression result unused [-Wunused-value]
assert (("libev: pending watcher not on pending queue", pendings [ABSPRI (w)][w->pending - 1].w == w));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:1981:16: warning: expression result unused [-Wunused-value]
assert (("libev: active index mismatch in heap", ev_active (ANHE_w (heap [i])) == i));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:1982:16: warning: expression result unused [-Wunused-value]
assert (("libev: heap condition violated", i == HEAP0 || ANHE_at (heap [HPARENT (i)]) <= ANHE_at (heap [i])));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:1983:16: warning: expression result unused [-Wunused-value]
assert (("libev: heap at cache mismatch", ANHE_at (heap [i]) == ev_at (ANHE_w (heap [i]))));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:1994:16: warning: expression result unused [-Wunused-value]
assert (("libev: active index mismatch", ev_active (ws [cnt]) == cnt + 1));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2012:14: warning: expression result unused [-Wunused-value]
assert (("libev: negative fd in fdchanges", fdchanges [i] >= 0));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2019:18: warning: expression result unused [-Wunused-value]
assert (("libev: inactive fd watcher on anfd list", ev_active (w) == 1));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2020:18: warning: expression result unused [-Wunused-value]
assert (("libev: fd mismatch between watcher and anfd", ((ev_io *)w)->fd == i));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2197:24: warning: expression result unused [-Wunused-value]
assert (("libev: negative ev_timer repeat value found while processing timers", w->repeat > 0.));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2245:24: warning: expression result unused [-Wunused-value]
assert (("libev: ev_periodic reschedule callback returned time in the past", ev_at (w) >= ev_rt_now));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2395:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_loop recursion during release detected", loop_done != EVBREAK_RECURSE));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2668:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_io_start called with negative fd", fd >= 0));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2669:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_io_start called with illegal event mask", !(w->events & ~(EV__IOFDSET | EV_READ | EV_WRITE))));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2677:34: warning: '&' within '|' [-Wbitwise-op-parentheses]
fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
~~~~~~~~~~^~~~~~~~~~~~~ ~
../deps/libev/ev.c:2677:34: note: place parentheses around the '&' expression to silence this warning
fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
^
( )
../deps/libev/ev.c:2690:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2710:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2738:14: warning: expression result unused [-Wunused-value]
assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2798:16: warning: expression result unused [-Wunused-value]
assert (("libev: ev_periodic_start called with negative interval value", w->interval >= 0.));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2830:14: warning: expression result unused [-Wunused-value]
assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
../deps/libev/ev.c:2867:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
23 warnings generated.
[ 3/75] cc: deps/c-ares/ares_strcasecmp.c -> build/default/deps/c-ares/ares_strcasecmp_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[ 4/75] cc: deps/c-ares/ares_free_string.c -> build/default/deps/c-ares/ares_free_string_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[ 5/75] cc: deps/c-ares/ares_options.c -> build/default/deps/c-ares/ares_options_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[ 6/75] cc: deps/c-ares/ares_send.c -> build/default/deps/c-ares/ares_send_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[ 7/75] cc: deps/c-ares/ares_parse_txt_reply.c -> build/default/deps/c-ares/ares_parse_txt_reply_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[ 8/75] cc: deps/c-ares/ares_parse_ptr_reply.c -> build/default/deps/c-ares/ares_parse_ptr_reply_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[ 9/75] cc: deps/c-ares/ares_nowarn.c -> build/default/deps/c-ares/ares_nowarn_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[10/75] cc: deps/c-ares/ares_search.c -> build/default/deps/c-ares/ares_search_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[11/75] cc: deps/c-ares/ares_gethostbyname.c -> build/default/deps/c-ares/ares_gethostbyname_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[12/75] cc: deps/c-ares/ares_getsock.c -> build/default/deps/c-ares/ares_getsock_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[13/75] cc: deps/c-ares/ares__timeval.c -> build/default/deps/c-ares/ares__timeval_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[14/75] cc: deps/c-ares/inet_ntop.c -> build/default/deps/c-ares/inet_ntop_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[15/75] cc: deps/c-ares/ares_parse_a_reply.c -> build/default/deps/c-ares/ares_parse_a_reply_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[16/75] cc: deps/c-ares/ares_getopt.c -> build/default/deps/c-ares/ares_getopt_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[17/75] cc: deps/c-ares/ares__close_sockets.c -> build/default/deps/c-ares/ares__close_sockets_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[18/75] cc: deps/c-ares/ares_expand_string.c -> build/default/deps/c-ares/ares_expand_string_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[19/75] cc: deps/c-ares/ares_destroy.c -> build/default/deps/c-ares/ares_destroy_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[20/75] cc: deps/c-ares/ares_cancel.c -> build/default/deps/c-ares/ares_cancel_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[21/75] cc: deps/c-ares/ares_parse_aaaa_reply.c -> build/default/deps/c-ares/ares_parse_aaaa_reply_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[22/75] cc: deps/c-ares/ares_parse_ns_reply.c -> build/default/deps/c-ares/ares_parse_ns_reply_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[23/75] cc: deps/c-ares/ares_version.c -> build/default/deps/c-ares/ares_version_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[24/75] cc: deps/c-ares/ares__get_hostent.c -> build/default/deps/c-ares/ares__get_hostent_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[25/75] cc: deps/c-ares/ares_writev.c -> build/default/deps/c-ares/ares_writev_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[26/75] cc: deps/c-ares/ares_expand_name.c -> build/default/deps/c-ares/ares_expand_name_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[27/75] cc: deps/c-ares/ares_free_hostent.c -> build/default/deps/c-ares/ares_free_hostent_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[28/75] cc: deps/c-ares/ares_parse_mx_reply.c -> build/default/deps/c-ares/ares_parse_mx_reply_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[29/75] cc: deps/c-ares/ares_gethostbyaddr.c -> build/default/deps/c-ares/ares_gethostbyaddr_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[30/75] cc: deps/c-ares/ares_query.c -> build/default/deps/c-ares/ares_query_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[31/75] cc: deps/c-ares/ares_data.c -> build/default/deps/c-ares/ares_data_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[32/75] cc: deps/c-ares/ares_init.c -> build/default/deps/c-ares/ares_init_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[33/75] cc: deps/c-ares/ares_fds.c -> build/default/deps/c-ares/ares_fds_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[34/75] cc: deps/c-ares/inet_net_pton.c -> build/default/deps/c-ares/inet_net_pton_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[35/75] cc: deps/c-ares/ares_strerror.c -> build/default/deps/c-ares/ares_strerror_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[36/75] cc: deps/c-ares/bitncmp.c -> build/default/deps/c-ares/bitncmp_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[37/75] cc: deps/c-ares/ares_getnameinfo.c -> build/default/deps/c-ares/ares_getnameinfo_1.o
clang: warning: argument unused during compilation: '-rdynamic'
../deps/c-ares/ares_getnameinfo.c:190:48: warning: argument to 'sizeof' in '__builtin___memcpy_chk' call is the same pointer type 'struct sockaddr_in *' as the destination; expected 'struct sockaddr_in' or an explicit length [-Wsizeof-pointer-memaccess]
memcpy(&niquery->addr.addr4, addr, sizeof(addr));
~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~
/usr/include/secure/_string.h:65:38: note: expanded from macro 'memcpy'
__builtin___memcpy_chk (dest, src, len, __darwin_obsz0 (dest))
^
../deps/c-ares/ares_getnameinfo.c:198:49: warning: argument to 'sizeof' in '__builtin___memcpy_chk' call is the same pointer type 'struct sockaddr_in6 *' as the destination; expected 'struct sockaddr_in6' or an explicit length [-Wsizeof-pointer-memaccess]
memcpy(&niquery->addr.addr6, addr6, sizeof(addr6));
~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~
/usr/include/secure/_string.h:65:38: note: expanded from macro 'memcpy'
__builtin___memcpy_chk (dest, src, len, __darwin_obsz0 (dest))
^
2 warnings generated.
[38/75] cc: deps/c-ares/ares_library_init.c -> build/default/deps/c-ares/ares_library_init_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[39/75] cc: deps/c-ares/ares_mkquery.c -> build/default/deps/c-ares/ares_mkquery_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[40/75] cc: deps/c-ares/ares_process.c -> build/default/deps/c-ares/ares_process_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[41/75] cc: deps/c-ares/windows_port.c -> build/default/deps/c-ares/windows_port_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[42/75] cc: deps/c-ares/ares_parse_srv_reply.c -> build/default/deps/c-ares/ares_parse_srv_reply_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[43/75] cc: deps/c-ares/ares_llist.c -> build/default/deps/c-ares/ares_llist_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[44/75] cc: deps/c-ares/ares_timeout.c -> build/default/deps/c-ares/ares_timeout_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[45/75] cc: deps/c-ares/ares__read_line.c -> build/default/deps/c-ares/ares__read_line_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[46/75] cc: deps/c-ares/ares_strdup.c -> build/default/deps/c-ares/ares_strdup_1.o
clang: warning: argument unused during compilation: '-rdynamic'
[47/75] cc: deps/http_parser/http_parser.c -> build/default/deps/http_parser/http_parser_2.o
clang: warning: argument unused during compilation: '-rdynamic'
[48/75] src/node_natives.h: src/node.js lib/dgram.js lib/console.js lib/buffer.js lib/querystring.js lib/http.js lib/net.js lib/stream.js lib/events.js lib/util.js lib/tty_win32.js lib/module.js lib/_debugger.js lib/assert.js lib/fs.js lib/os.js lib/readline.js lib/vm.js lib/url.js lib/tls.js lib/tty_posix.js lib/crypto.js lib/sys.js lib/https.js lib/freelist.js lib/dns.js lib/_linklist.js lib/tty.js lib/child_process.js lib/repl.js lib/path.js lib/string_decoder.js lib/timers.js lib/constants.js -> build/default/src/node_natives.h
[49/75] copy: src/node_config.h.in -> build/default/src/node_config.h
[50/75] copy: tools/nodejs.pc.in -> build/default/tools/nodejs.pc
[51/75] libv8.a: deps/v8/SConstruct -> build/default/libv8.a
scons: warning: Ignoring missing SConscript 'obj/test/release/SConscript'
File "/private/tmp/node-v0.4.10/deps/v8/SConstruct", line 1201, in BuildSpecific
In file included from /private/tmp/node-v0.4.10/deps/v8/src/accessors.cc: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/accessors.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/accessors.cc: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/accessors.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/allocation.cc:33:
/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_;
^
1 warning generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/api.cc:34:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/api.cc:3873:26: warning: unused variable 'result' [-Wunused-variable]
i::Handle<i::Object> result =
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/api.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/api.cc:34:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/api.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/assembler.cc:47:
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/assembler.cc:35:
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/assembler.cc:38:
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/assembler.cc:35:
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/ast.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/ast.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/ast.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/ast.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/ast.cc:30:
/private/tmp/node-v0.4.10/deps/v8/src/ast.h:1452:7: warning: private field 'pos_' is not used [-Wunused-private-field]
int pos_;
^
6 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/bignum-dtoa.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/bignum-dtoa.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/bignum.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/bignum.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/bootstrapper.cc:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/bootstrapper.cc:1028:18: warning: unused variable 'result' [-Wunused-variable]
Handle<Object> result =
^
/private/tmp/node-v0.4.10/deps/v8/src/bootstrapper.cc:1252:24: warning: unused variable 'name' [-Wunused-variable]
Vector<const char> name = Natives::GetScriptName(i);
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/bootstrapper.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/bootstrapper.cc:33:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/bootstrapper.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.
/private/tmp/node-v0.4.10/deps/v8/src/builtins.cc:1164:18: warning: unused variable 'receiver' [-Wunused-variable]
Handle<Object> receiver = args.at<Object>(0);
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/builtins.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/builtins.cc:35:
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/builtins.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/cached-powers.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/cached-powers.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/checks.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/checks.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/circular-queue.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/circular-queue.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/code-stubs.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/code-stubs.cc: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/code-stubs.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/codegen.cc:31:
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/codegen.cc:376:18: warning: unused variable 'name' [-Wunused-variable]
Handle<String> name = node->name();
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/codegen.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/codegen.cc:31:
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/codegen.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/compilation-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/compilation-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_;
^
3 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/compiler.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/compiler.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/compiler.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/contexts.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/contexts.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/conversions.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/conversions.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/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/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/cpu-profiler.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/cpu-profiler.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/data-flow.cc:30:
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/data-flow.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/data-flow.cc:30:
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/data-flow.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/dateparser.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/dateparser.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/debug-agent.cc:29:
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/debug-agent.cc:29:
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/debug.cc:34:
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/debug.cc:789:18: warning: unused variable 'result' [-Wunused-variable]
Handle<Object> result =
^
/private/tmp/node-v0.4.10/deps/v8/src/debug.cc:1865:18: warning: unused variable 'js_object' [-Wunused-variable]
Handle<Object> js_object = Execution::TryCall(
^
/private/tmp/node-v0.4.10/deps/v8/src/debug.cc:2212:18: warning: unused variable 'result' [-Wunused-variable]
Handle<Object> result = Execution::TryCall(
^
/private/tmp/node-v0.4.10/deps/v8/src/debug.cc:2877:27: warning: unused variable 'context' [-Wunused-variable]
v8::Handle<v8::Context> context = GetDebugEventContext();
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/debug.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/debug.cc:33:
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/debug.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_;
^
9 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/deoptimizer.cc:30:
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/deoptimizer.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/deoptimizer.cc:30:
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/deoptimizer.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/disassembler.cc:31:
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/disassembler.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/disassembler.cc:30:
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/disassembler.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/diy-fp.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/diy-fp.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/dtoa.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/dtoa.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/execution.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/execution.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/execution.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: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/execution.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_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/extensions/externalize-string-extension.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/extensions/externalize-string-extension.h: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/extensions/externalize-string-extension.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/extensions/externalize-string-extension.h: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/extensions/gc-extension.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/extensions/gc-extension.h: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/extensions/gc-extension.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/extensions/gc-extension.h: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/factory.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/factory.cc:34:
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/factory.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/fast-dtoa.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/fast-dtoa.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/fixed-dtoa.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/fixed-dtoa.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/flags.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/flags.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/frame-element.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/frame-element.cc:30:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/frame-element.h: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/frame-element.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/frames.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; }
^
/private/tmp/node-v0.4.10/deps/v8/src/frames.cc:335:18: warning: unused variable 'cached_safepoint_entry' [-Wunused-variable]
SafepointEntry cached_safepoint_entry = entry->safepoint_entry;
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/frames.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/frames.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/frames.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/full-codegen.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; }
^
/private/tmp/node-v0.4.10/deps/v8/src/full-codegen.cc:696:18: warning: unused variable 'name' [-Wunused-variable]
Handle<String> name = node->name();
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/full-codegen.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/full-codegen.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/full-codegen.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/func-name-inferrer.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/func-name-inferrer.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/func-name-inferrer.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/func-name-inferrer.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/global-handles.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/global-handles.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/handles.cc:34:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/handles.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/handles.cc:34:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/handles.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/hashmap.cc:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/utils.h:36:
/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_;
^
1 warning generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/heap-profiler.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/heap-profiler.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/heap.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/heap.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/heap.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: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/heap.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/hydrogen-instructions.cc: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/hydrogen-instructions.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: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/hydrogen-instructions.cc: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/hydrogen-instructions.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/hydrogen.cc:28:
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/hydrogen.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/hydrogen.h: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/hydrogen.cc:28:
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/hydrogen.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/hydrogen.h: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_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/ic.cc:33:
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/ic.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/ic.cc:33:
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/ic.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/inspector.cc:29:
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/inspector.cc:29:
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/interpreter-irregexp.cc:34:
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/interpreter-irregexp.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/interpreter-irregexp.cc:34:
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/interpreter-irregexp.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_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/jsregexp.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; }
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.cc:4858:26: warning: unused variable 'quarks' [-Wunused-variable]
Vector<const uc16> quarks = elm.data.u_atom->data();
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.cc:5297:12: warning: unused variable 'info' [-Wunused-variable]
NodeInfo info = *node->info();
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/jsregexp.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/jsregexp.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;
^
/private/tmp/node-v0.4.10/deps/v8/src/jsregexp.cc:4248:13: warning: function 'AddUncanonicals' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static void AddUncanonicals(ZoneList<CharacterRange>* ranges,
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/jsregexp.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_;
^
8 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/jump-target-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/jump-target-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/jump-target-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/jump-target-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/jump-target.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/jump-target.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/jump-target.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/jump-target.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/lithium-allocator.cc:28:
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/lithium-allocator.cc:28:
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: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/lithium-allocator.cc:28:
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/lithium-allocator.cc:28:
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: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_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/lithium.cc:28:
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/lithium.cc:28:
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: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/lithium.cc:28:
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/lithium.cc:28:
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: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_;
^
5 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/liveedit.cc:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/liveedit.h:52:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/liveedit.cc:29:
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/liveedit.cc:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/liveedit.h:52:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/compiler.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/liveedit.cc:29:
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/log-utils.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/log-utils.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/log.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/log.cc:33:
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/log.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_;
^
4 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/mark-compact.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/mark-compact.cc:35:
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/mark-compact.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/messages.cc:29:
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/messages.cc:29:
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/objects-printer.cc:32:
/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/objects-printer.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/objects-printer.cc:32:
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/objects-printer.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/objects-visiting.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/objects-visiting.cc:30:
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/objects-visiting.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/objects.cc:33:
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/objects.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) {
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/objects.cc:33:
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/objects.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/parser.cc: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/parser.cc:750:20: warning: unused variable 'no_name' [-Wunused-variable]
Handle<String> no_name = Factory::empty_symbol();
^
/private/tmp/node-v0.4.10/deps/v8/src/parser.cc:3341:21: warning: unused variable 'loc' [-Wunused-variable]
Scanner::Location loc = scanner().location();
^
In file included from /private/tmp/node-v0.4.10/deps/v8/src/parser.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/parser.cc: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/parser.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_;
^
/private/tmp/node-v0.4.10/deps/v8/src/parser.cc:86:9: warning: private field 'ok_' is not used [-Wunused-private-field]
bool* ok_;
^
8 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/platform-macos.cc:57:
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/platform-macos.cc:57:
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/platform-posix.cc:50:
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/platform-posix.cc:50:
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/preparse-data.cc:31:
/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_;
^
1 warning generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/preparser.cc:33:
/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_;
^
1 warning generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/profile-generator.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/profile-generator.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_;
^
/private/tmp/node-v0.4.10/deps/v8/src/profile-generator.cc:2255:17: warning: private field 'snapshot_' is not used [-Wunused-private-field]
HeapSnapshot* snapshot_;
^
4 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/property.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/property.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/regexp-macro-assembler-irregexp.cc:29:
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/regexp-macro-assembler-irregexp.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/regexp-macro-assembler-irregexp.cc:29:
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/regexp-macro-assembler-irregexp.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/regexp-macro-assembler.cc:29:
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/regexp-macro-assembler.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/regexp-macro-assembler.cc:29:
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/regexp-macro-assembler.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/regexp-stack.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/regexp-stack.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/register-allocator.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/register-allocator.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/register-allocator.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/register-allocator.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/rewriter.cc:32:
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/rewriter.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/rewriter.cc:32:
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/rewriter.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/runtime-profiler.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/runtime-profiler.cc:33:
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/runtime-profiler.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/runtime.cc:35:
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/runtime.cc:35:
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/runtime.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/safepoint-table.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/safepoint-table.h: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/safepoint-table.cc:30:
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/safepoint-table.cc:28:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/safepoint-table.h: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_;
^
4 warnings generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/scanner-base.cc:31:
In file included from /private/tmp/node-v0.4.10/deps/v8/src/scanner-base.h:35:
/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_;
^
1 warning generated.
In file included from /private/tmp/node-v0.4.10/deps/v8/src/scanner.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/scanner.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/scanner.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/scanner.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/scopeinfo.cc:33:
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:
/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/scopeinfo.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/scopeinfo.cc:33:
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/scopeinfo.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_;
^
5 warnings generated.
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:
/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/scopes.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/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
Notice: /Stage[main]/Nodejs::V0_4/File[/opt/boxen/nodenv/versions/v0.4]: Dependency Nodejs[v0.4.10] has failures: true
Warning: /Stage[main]/Nodejs::V0_4/File[/opt/boxen/nodenv/versions/v0.4]: Skipping because of failed dependencies
Notice: /Stage[main]/Nodejs::Rehash/Exec[nodenv rehash after nodejs install]: Dependency Nodejs[v0.4.10] has failures: true
Warning: /Stage[main]/Nodejs::Rehash/Exec[nodenv rehash after nodejs install]: Skipping because of failed dependencies
mccme-rountrjf:repo joshua$
@toby-griffiths
Copy link

Hi @joshuairl, did you manage to get round this? I'm having the same issue.

@rahulsom
Copy link

@joshuairl @togri Do you have a workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment