Created
November 22, 2017 22:15
-
-
Save Vadorequest/fd0193b789b1222ebf97ff4cf774ed43 to your computer and use it in GitHub Desktop.
Failure compiling RethinkDB under Ubuntu 17.10 from source
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ pkg_depends_env | |
++ pkg_depends | |
++ true | |
+ pkg_install | |
+ pkg_copy_src_to_build | |
+ mkdir -p /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build | |
+ cp -af /home/vadorequest/rethinkdb-2.3.6/external/v8_3.30.33.16-patched2/. /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build | |
+ in_dir /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build patch -fp1 | |
+ local dir=/home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build | |
+ shift | |
+ cd /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build | |
+ patch -fp1 | |
patching file include/v8.h | |
+ sed -i.bak '/unittests/d;/cctest/d' /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/build/all.gyp | |
+ mkdir -p /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/lib | |
+ [[ Linux = Darwin ]] | |
+ arch_gypflags= | |
+ raspberry_pi_gypflags='-Darm_version=6 -Darm_fpu=vfpv2' | |
++ /usr/bin/c++ -dumpmachine | |
+ host=x86_64-linux-gnu | |
+ case ${host%%-*} in | |
+ arch=x64 | |
+ mode=release | |
+ pkg_make x64.release CXX=/usr/bin/c++ LINK=/usr/bin/c++ LINK.target=/usr/bin/c++ 'GYPFLAGS=-Dwerror= ' V=1 | |
+ in_dir /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build make x64.release CXX=/usr/bin/c++ LINK=/usr/bin/c++ LINK.target=/usr/bin/c++ 'GYPFLAGS=-Dwerror= ' V=1 | |
+ local dir=/home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build | |
+ shift | |
+ cd /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build | |
+ make x64.release CXX=/usr/bin/c++ LINK=/usr/bin/c++ LINK.target=/usr/bin/c++ 'GYPFLAGS=-Dwerror= ' V=1 | |
make[2]: Entering directory '/home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build' | |
PYTHONPATH="/home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/tools/generate_shim_headers:/home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/build::/home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/build/gyp/pylib:" \ | |
GYP_GENERATORS=make \ | |
build/gyp/gyp --generator-output="out" build/all.gyp \ | |
-Ibuild/standalone.gypi --depth=. \ | |
-Dv8_target_arch=x64 \ | |
\ | |
\ | |
-S.x64.release -Dwerror= | |
make[3]: Entering directory '/home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out' | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/accessors.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/accessors.o ../src/accessors.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/accessors.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/accessors.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/accessors.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/accessors.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/accessors.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/accessors.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/allocation.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/allocation.o ../src/allocation.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from ../src/allocation.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from ../src/allocation.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/allocation-site-scopes.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/allocation-site-scopes.o ../src/allocation-site-scopes.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/ast.h:8, | |
from .././src/allocation-site-scopes.h:8, | |
from ../src/allocation-site-scopes.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/ast.h:8, | |
from .././src/allocation-site-scopes.h:8, | |
from ../src/allocation-site-scopes.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/ast.h:8, | |
from .././src/allocation-site-scopes.h:8, | |
from ../src/allocation-site-scopes.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/ast.h:8, | |
from .././src/allocation-site-scopes.h:8, | |
from ../src/allocation-site-scopes.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/ast.h:8, | |
from .././src/allocation-site-scopes.h:8, | |
from ../src/allocation-site-scopes.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/ast.h:8, | |
from .././src/allocation-site-scopes.h:8, | |
from ../src/allocation-site-scopes.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/allocation-tracker.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/allocation-tracker.o ../src/allocation-tracker.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/allocation-tracker.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/allocation-tracker.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/allocation-tracker.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/allocation-tracker.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/allocation-tracker.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/allocation-tracker.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/api.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/api.o ../src/api.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/api.h:8, | |
from ../src/api.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/api.h:8, | |
from ../src/api.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from ../src/api.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/api.h:8, | |
from ../src/api.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from ../src/api.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/api.h:8, | |
from ../src/api.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/arguments.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/arguments.o ../src/arguments.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/arguments.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/arguments.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/arguments.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/arguments.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/arguments.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/arguments.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/assembler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/assembler.o ../src/assembler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/assembler.h:38, | |
from ../src/assembler.cc:35: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/assembler.h:38, | |
from ../src/assembler.cc:35: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from ../src/assembler.cc:35: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/assembler.h:38, | |
from ../src/assembler.cc:35: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from ../src/assembler.cc:35: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/assembler.h:38, | |
from ../src/assembler.cc:35: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/assert-scope.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/assert-scope.o ../src/assert-scope.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/assert-scope.h:9, | |
from ../src/assert-scope.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/assert-scope.h:9:0, | |
from ../src/assert-scope.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/isolate.h:13, | |
from .././src/arguments.h:9, | |
from .././src/debug.h:9, | |
from .././src/isolate-inl.h:9, | |
from ../src/assert-scope.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/debug.h:8, | |
from .././src/isolate-inl.h:9, | |
from ../src/assert-scope.cc:9: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/isolate.h:13, | |
from .././src/arguments.h:9, | |
from .././src/debug.h:9, | |
from .././src/isolate-inl.h:9, | |
from ../src/assert-scope.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/debug.h:8, | |
from .././src/isolate-inl.h:9, | |
from ../src/assert-scope.cc:9: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ast-value-factory.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ast-value-factory.o ../src/ast-value-factory.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/api.h:8, | |
from .././src/ast-value-factory.h:31, | |
from ../src/ast-value-factory.cc:28: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/api.h:8, | |
from .././src/ast-value-factory.h:31, | |
from ../src/ast-value-factory.cc:28: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/ast-value-factory.h:31, | |
from ../src/ast-value-factory.cc:28: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/api.h:8, | |
from .././src/ast-value-factory.h:31, | |
from ../src/ast-value-factory.cc:28: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/ast-value-factory.h:31, | |
from ../src/ast-value-factory.cc:28: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/api.h:8, | |
from .././src/ast-value-factory.h:31, | |
from ../src/ast-value-factory.cc:28: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ast-numbering.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ast-numbering.o ../src/ast-numbering.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ast-numbering.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ast-numbering.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ast-numbering.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ast-numbering.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ast-numbering.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ast-numbering.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ast.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ast.o ../src/ast.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/ast.h:8, | |
from ../src/ast.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/ast.h:8, | |
from ../src/ast.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/ast.h:8, | |
from ../src/ast.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/ast.h:8, | |
from ../src/ast.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/ast.h:8, | |
from ../src/ast.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/ast.h:8, | |
from ../src/ast.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/background-parsing-task.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/background-parsing-task.o ../src/background-parsing-task.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/lazy-instance.h:71, | |
from .././src/base/platform/mutex.h:8, | |
from .././src/base/platform/platform.h:29, | |
from .././src/background-parsing-task.h:8, | |
from ../src/background-parsing-task.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/lazy-instance.h:71:0, | |
from .././src/base/platform/mutex.h:8, | |
from .././src/base/platform/platform.h:29, | |
from .././src/background-parsing-task.h:8, | |
from ../src/background-parsing-task.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/ast.h:8, | |
from .././src/compiler.h:9, | |
from .././src/background-parsing-task.h:10, | |
from ../src/background-parsing-task.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/compiler.h:8, | |
from .././src/background-parsing-task.h:10, | |
from ../src/background-parsing-task.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/ast.h:8, | |
from .././src/compiler.h:9, | |
from .././src/background-parsing-task.h:10, | |
from ../src/background-parsing-task.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/compiler.h:8, | |
from .././src/background-parsing-task.h:10, | |
from ../src/background-parsing-task.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/bailout-reason.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/bailout-reason.o ../src/bailout-reason.cc | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/basic-block-profiler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/basic-block-profiler.o ../src/basic-block-profiler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/basic-block-profiler.h:12, | |
from ../src/basic-block-profiler.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/basic-block-profiler.h:12, | |
from ../src/basic-block-profiler.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/basic-block-profiler.h:12, | |
from ../src/basic-block-profiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/basic-block-profiler.h:12, | |
from ../src/basic-block-profiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/basic-block-profiler.h:12, | |
from ../src/basic-block-profiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/basic-block-profiler.h:12, | |
from ../src/basic-block-profiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/bignum-dtoa.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/bignum-dtoa.o ../src/bignum-dtoa.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/utils.h:14, | |
from ../src/bignum-dtoa.cc:8: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/utils.h:14, | |
from ../src/bignum-dtoa.cc:8: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/bignum.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/bignum.o ../src/bignum.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/bignum.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/bignum.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/bignum.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/bignum.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/bignum.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/bignum.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/bit-vector.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/bit-vector.o ../src/bit-vector.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/bit-vector.h:8, | |
from ../src/bit-vector.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/bit-vector.h:8, | |
from ../src/bit-vector.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/bit-vector.h:8, | |
from ../src/bit-vector.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/bit-vector.h:8, | |
from ../src/bit-vector.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/bit-vector.h:8, | |
from ../src/bit-vector.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/bit-vector.h:8, | |
from ../src/bit-vector.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/bootstrapper.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/bootstrapper.o ../src/bootstrapper.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/isolate.h:9, | |
from .././src/factory.h:8, | |
from .././src/bootstrapper.h:8, | |
from ../src/bootstrapper.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/isolate.h:9, | |
from .././src/factory.h:8, | |
from .././src/bootstrapper.h:8, | |
from ../src/bootstrapper.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/isolate.h:13, | |
from .././src/factory.h:8, | |
from .././src/bootstrapper.h:8, | |
from ../src/bootstrapper.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././include/v8-debug.h:8:0, | |
from .././src/isolate.h:8, | |
from .././src/factory.h:8, | |
from .././src/bootstrapper.h:8, | |
from ../src/bootstrapper.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/isolate.h:13, | |
from .././src/factory.h:8, | |
from .././src/bootstrapper.h:8, | |
from ../src/bootstrapper.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././include/v8-debug.h:8:0, | |
from .././src/isolate.h:8, | |
from .././src/factory.h:8, | |
from .././src/bootstrapper.h:8, | |
from ../src/bootstrapper.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/builtins.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/builtins.o ../src/builtins.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/builtins.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/builtins.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/builtins.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/builtins.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/builtins.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/builtins.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/cached-powers.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/cached-powers.o ../src/cached-powers.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from ../src/cached-powers.cc:12: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from ../src/cached-powers.cc:12: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/char-predicates.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/char-predicates.o ../src/char-predicates.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/unicode.h:9, | |
from .././src/char-predicates.h:8, | |
from ../src/char-predicates.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/unicode.h:9, | |
from .././src/char-predicates.h:8, | |
from ../src/char-predicates.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/checks.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/checks.o ../src/checks.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/checks.cc:7: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/checks.cc:7: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/checks.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/checks.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/checks.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/checks.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/code-factory.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/code-factory.o ../src/code-factory.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/code-factory.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/code-factory.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/code-factory.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/code-factory.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/code-factory.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/code-factory.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/code-stubs.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/code-stubs.o ../src/code-stubs.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/code-stubs.h:8, | |
from ../src/code-stubs.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/code-stubs.h:8, | |
from ../src/code-stubs.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-stubs.h:9, | |
from ../src/code-stubs.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/code-stubs.h:8, | |
from ../src/code-stubs.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-stubs.h:9, | |
from ../src/code-stubs.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/code-stubs.h:8, | |
from ../src/code-stubs.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/code-stubs-hydrogen.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/code-stubs-hydrogen.o ../src/code-stubs-hydrogen.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/code-stubs-hydrogen.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/code-stubs-hydrogen.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/code-stubs-hydrogen.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/code-stubs-hydrogen.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/code-stubs-hydrogen.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/code-stubs-hydrogen.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/codegen.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/codegen.o ../src/codegen.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/codegen.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/codegen.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/codegen.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/codegen.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/codegen.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/codegen.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compilation-cache.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compilation-cache.o ../src/compilation-cache.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/compilation-cache.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/compilation-cache.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/compilation-cache.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/compilation-cache.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/compilation-cache.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/compilation-cache.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compilation-statistics.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compilation-statistics.o ../src/compilation-statistics.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/lazy-instance.h:71, | |
from .././src/base/platform/mutex.h:8, | |
from .././src/base/platform/platform.h:29, | |
from ../src/compilation-statistics.cc:8: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/lazy-instance.h:71:0, | |
from .././src/base/platform/mutex.h:8, | |
from .././src/base/platform/platform.h:29, | |
from ../src/compilation-statistics.cc:8: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/access-builder.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/access-builder.o ../src/compiler/access-builder.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/bits.h:9, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/simplified-operator.h:10, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/access-builder.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/bits.h:9:0, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/simplified-operator.h:10, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/access-builder.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/compiler/simplified-operator.h:11, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/access-builder.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/simplified-operator.h:10, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/access-builder.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/compiler/simplified-operator.h:11, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/access-builder.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/simplified-operator.h:10, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/access-builder.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/ast-graph-builder.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/ast-graph-builder.o ../src/compiler/ast-graph-builder.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/ast-graph-builder.h:8, | |
from ../src/compiler/ast-graph-builder.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/ast-graph-builder.h:8, | |
from ../src/compiler/ast-graph-builder.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/ast-graph-builder.h:8, | |
from ../src/compiler/ast-graph-builder.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/ast-graph-builder.h:8, | |
from ../src/compiler/ast-graph-builder.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/ast-graph-builder.h:8, | |
from ../src/compiler/ast-graph-builder.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/ast-graph-builder.h:8, | |
from ../src/compiler/ast-graph-builder.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/ast-loop-assignment-analyzer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/ast-loop-assignment-analyzer.o ../src/compiler/ast-loop-assignment-analyzer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/ast.h:8, | |
from .././src/compiler/ast-loop-assignment-analyzer.h:8, | |
from ../src/compiler/ast-loop-assignment-analyzer.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/ast.h:8, | |
from .././src/compiler/ast-loop-assignment-analyzer.h:8, | |
from ../src/compiler/ast-loop-assignment-analyzer.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/ast.h:8, | |
from .././src/compiler/ast-loop-assignment-analyzer.h:8, | |
from ../src/compiler/ast-loop-assignment-analyzer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/ast.h:8, | |
from .././src/compiler/ast-loop-assignment-analyzer.h:8, | |
from ../src/compiler/ast-loop-assignment-analyzer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/ast.h:8, | |
from .././src/compiler/ast-loop-assignment-analyzer.h:8, | |
from ../src/compiler/ast-loop-assignment-analyzer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/ast.h:8, | |
from .././src/compiler/ast-loop-assignment-analyzer.h:8, | |
from ../src/compiler/ast-loop-assignment-analyzer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/basic-block-instrumentor.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/basic-block-instrumentor.o ../src/compiler/basic-block-instrumentor.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/basic-block-instrumentor.h:8, | |
from ../src/compiler/basic-block-instrumentor.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/basic-block-instrumentor.h:8, | |
from ../src/compiler/basic-block-instrumentor.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/basic-block-instrumentor.h:8, | |
from ../src/compiler/basic-block-instrumentor.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/basic-block-instrumentor.h:8, | |
from ../src/compiler/basic-block-instrumentor.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/basic-block-instrumentor.h:8, | |
from ../src/compiler/basic-block-instrumentor.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/basic-block-instrumentor.h:8, | |
from ../src/compiler/basic-block-instrumentor.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/change-lowering.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/change-lowering.o ../src/compiler/change-lowering.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/change-lowering.h:8, | |
from ../src/compiler/change-lowering.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/change-lowering.h:8, | |
from ../src/compiler/change-lowering.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-factory.h:9, | |
from ../src/compiler/change-lowering.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/change-lowering.h:8, | |
from ../src/compiler/change-lowering.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-factory.h:9, | |
from ../src/compiler/change-lowering.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/change-lowering.h:8, | |
from ../src/compiler/change-lowering.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/code-generator.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/code-generator.o ../src/compiler/code-generator.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/bits.h:9, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from .././src/compiler/code-generator.h:10, | |
from ../src/compiler/code-generator.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/bits.h:9:0, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from .././src/compiler/code-generator.h:10, | |
from ../src/compiler/code-generator.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from .././src/compiler/code-generator.h:10, | |
from ../src/compiler/code-generator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from .././src/compiler/code-generator.h:10, | |
from ../src/compiler/code-generator.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from .././src/compiler/code-generator.h:10, | |
from ../src/compiler/code-generator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from .././src/compiler/code-generator.h:10, | |
from ../src/compiler/code-generator.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/common-operator.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/common-operator.o ../src/compiler/common-operator.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/bits.h:9, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/common-operator.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/bits.h:9:0, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/common-operator.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from ../src/compiler/common-operator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/common-operator.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from ../src/compiler/common-operator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/common-operator.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/control-builders.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/control-builders.o ../src/compiler/control-builders.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/compiler/control-builders.h:8, | |
from ../src/compiler/control-builders.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/compiler/control-builders.h:8, | |
from ../src/compiler/control-builders.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/compiler/control-builders.h:8, | |
from ../src/compiler/control-builders.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/compiler/control-builders.h:8, | |
from ../src/compiler/control-builders.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/compiler/control-builders.h:8, | |
from ../src/compiler/control-builders.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/compiler/control-builders.h:8, | |
from ../src/compiler/control-builders.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/control-reducer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/control-reducer.o ../src/compiler/control-reducer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/bits.h:9, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/control-reducer.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/bits.h:9:0, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/control-reducer.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from ../src/compiler/control-reducer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/control-reducer.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from ../src/compiler/control-reducer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/control-reducer.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/gap-resolver.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/gap-resolver.o ../src/compiler/gap-resolver.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/bits.h:9, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from ../src/compiler/gap-resolver.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/bits.h:9:0, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from ../src/compiler/gap-resolver.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from ../src/compiler/gap-resolver.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from ../src/compiler/gap-resolver.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from ../src/compiler/gap-resolver.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from ../src/compiler/gap-resolver.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/graph-builder.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/graph-builder.o ../src/compiler/graph-builder.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/graph-builder.h:8, | |
from ../src/compiler/graph-builder.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/graph-builder.h:8, | |
from ../src/compiler/graph-builder.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/graph-builder.h:8, | |
from ../src/compiler/graph-builder.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/graph-builder.h:8, | |
from ../src/compiler/graph-builder.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/graph-builder.h:8, | |
from ../src/compiler/graph-builder.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/graph-builder.h:8, | |
from ../src/compiler/graph-builder.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/graph-reducer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/graph-reducer.o ../src/compiler/graph-reducer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from ../src/compiler/graph-reducer.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from ../src/compiler/graph-reducer.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/generic-algorithm-inl.h:10, | |
from .././src/compiler/graph-inl.h:8, | |
from ../src/compiler/graph-reducer.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from ../src/compiler/graph-reducer.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/generic-algorithm-inl.h:10, | |
from .././src/compiler/graph-inl.h:8, | |
from ../src/compiler/graph-reducer.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from ../src/compiler/graph-reducer.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/graph-replay.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/graph-replay.o ../src/compiler/graph-replay.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from .././src/compiler/graph-replay.h:8, | |
from ../src/compiler/graph-replay.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from .././src/compiler/graph-replay.h:8, | |
from ../src/compiler/graph-replay.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from .././src/compiler/graph-replay.h:8, | |
from ../src/compiler/graph-replay.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from .././src/compiler/graph-replay.h:8, | |
from ../src/compiler/graph-replay.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from .././src/compiler/graph-replay.h:8, | |
from ../src/compiler/graph-replay.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from .././src/compiler/graph-replay.h:8, | |
from ../src/compiler/graph-replay.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/graph-visualizer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/graph-visualizer.o ../src/compiler/graph-visualizer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/code-stubs.h:8, | |
from ../src/compiler/graph-visualizer.cc:10: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/code-stubs.h:8, | |
from ../src/compiler/graph-visualizer.cc:10: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-stubs.h:9, | |
from ../src/compiler/graph-visualizer.cc:10: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/code-stubs.h:8, | |
from ../src/compiler/graph-visualizer.cc:10: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-stubs.h:9, | |
from ../src/compiler/graph-visualizer.cc:10: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/code-stubs.h:8, | |
from ../src/compiler/graph-visualizer.cc:10: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/graph.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/graph.o ../src/compiler/graph.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/graph.h:11, | |
from ../src/compiler/graph.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/graph.h:11, | |
from ../src/compiler/graph.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/graph.h:11, | |
from ../src/compiler/graph.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/graph.h:11, | |
from ../src/compiler/graph.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/graph.h:11, | |
from ../src/compiler/graph.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/graph.h:11, | |
from ../src/compiler/graph.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/instruction-selector.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/instruction-selector.o ../src/compiler/instruction-selector.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/bits.h:9, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction-selector.h:10, | |
from ../src/compiler/instruction-selector.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/bits.h:9:0, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction-selector.h:10, | |
from ../src/compiler/instruction-selector.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from .././src/compiler/instruction-selector.h:10, | |
from ../src/compiler/instruction-selector.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction-selector.h:10, | |
from ../src/compiler/instruction-selector.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from .././src/compiler/instruction-selector.h:10, | |
from ../src/compiler/instruction-selector.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction-selector.h:10, | |
from ../src/compiler/instruction-selector.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/instruction.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/instruction.o ../src/compiler/instruction.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/bits.h:9, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/instruction.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/bits.h:9:0, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/instruction.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from ../src/compiler/instruction.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/instruction.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from ../src/compiler/instruction.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/instruction.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
../src/compiler/instruction.cc: In function ‘std::ostream& v8::internal::compiler::operator<<(std::ostream&, const v8::internal::compiler::PrintableInstructionOperand&)’: | |
../src/compiler/instruction.cc:42:7: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
} | |
^ | |
../src/compiler/instruction.cc:44:5: note: here | |
case InstructionOperand::CONSTANT: | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-builtin-reducer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-builtin-reducer.o ../src/compiler/js-builtin-reducer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/diamond.h:8, | |
from ../src/compiler/js-builtin-reducer.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/diamond.h:8, | |
from ../src/compiler/js-builtin-reducer.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/diamond.h:8, | |
from ../src/compiler/js-builtin-reducer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/diamond.h:8, | |
from ../src/compiler/js-builtin-reducer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/diamond.h:8, | |
from ../src/compiler/js-builtin-reducer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/diamond.h:8, | |
from ../src/compiler/js-builtin-reducer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-context-specialization.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-context-specialization.o ../src/compiler/js-context-specialization.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/bits.h:9, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/js-context-specialization.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/bits.h:9:0, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/js-context-specialization.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from ../src/compiler/js-context-specialization.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/js-context-specialization.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from ../src/compiler/js-context-specialization.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from ../src/compiler/js-context-specialization.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-generic-lowering.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-generic-lowering.o ../src/compiler/js-generic-lowering.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/code-factory.h:8, | |
from ../src/compiler/js-generic-lowering.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/code-factory.h:8, | |
from ../src/compiler/js-generic-lowering.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-factory.h:9, | |
from ../src/compiler/js-generic-lowering.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/code-factory.h:8, | |
from ../src/compiler/js-generic-lowering.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-factory.h:9, | |
from ../src/compiler/js-generic-lowering.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/code-factory.h:8, | |
from ../src/compiler/js-generic-lowering.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-graph.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-graph.o ../src/compiler/js-graph.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/code-stubs.h:8, | |
from ../src/compiler/js-graph.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/code-stubs.h:8, | |
from ../src/compiler/js-graph.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-stubs.h:9, | |
from ../src/compiler/js-graph.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/code-stubs.h:8, | |
from ../src/compiler/js-graph.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-stubs.h:9, | |
from ../src/compiler/js-graph.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/code-stubs.h:8, | |
from ../src/compiler/js-graph.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-inlining.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-inlining.o ../src/compiler/js-inlining.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/ast.h:8, | |
from ../src/compiler/js-inlining.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/ast.h:8, | |
from ../src/compiler/js-inlining.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/ast.h:8, | |
from ../src/compiler/js-inlining.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/ast.h:8, | |
from ../src/compiler/js-inlining.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/ast.h:8, | |
from ../src/compiler/js-inlining.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/ast.h:8, | |
from ../src/compiler/js-inlining.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-intrinsic-builder.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-intrinsic-builder.o ../src/compiler/js-intrinsic-builder.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/bits.h:9, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/simplified-operator.h:10, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/js-intrinsic-builder.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/bits.h:9:0, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/simplified-operator.h:10, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/js-intrinsic-builder.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/compiler/simplified-operator.h:11, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/js-intrinsic-builder.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/simplified-operator.h:10, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/js-intrinsic-builder.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/compiler/simplified-operator.h:11, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/js-intrinsic-builder.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/simplified-operator.h:10, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/js-intrinsic-builder.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-operator.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-operator.o ../src/compiler/js-operator.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/runtime/runtime.h:8, | |
from .././src/compiler/js-operator.h:8, | |
from ../src/compiler/js-operator.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/runtime/runtime.h:8, | |
from .././src/compiler/js-operator.h:8, | |
from ../src/compiler/js-operator.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/runtime/runtime.h:9:0, | |
from .././src/compiler/js-operator.h:8, | |
from ../src/compiler/js-operator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/runtime/runtime.h:8, | |
from .././src/compiler/js-operator.h:8, | |
from ../src/compiler/js-operator.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/runtime/runtime.h:9:0, | |
from .././src/compiler/js-operator.h:8, | |
from ../src/compiler/js-operator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/runtime/runtime.h:8, | |
from .././src/compiler/js-operator.h:8, | |
from ../src/compiler/js-operator.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-typed-lowering.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/js-typed-lowering.o ../src/compiler/js-typed-lowering.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/bits.h:9, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/simplified-operator.h:10, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/js-typed-lowering.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/bits.h:9:0, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/simplified-operator.h:10, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/js-typed-lowering.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/compiler/simplified-operator.h:11, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/js-typed-lowering.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/simplified-operator.h:10, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/js-typed-lowering.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/compiler/simplified-operator.h:11, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/js-typed-lowering.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/simplified-operator.h:10, | |
from .././src/compiler/access-builder.h:8, | |
from ../src/compiler/js-typed-lowering.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
../src/compiler/js-typed-lowering.cc: In member function ‘bool v8::internal::compiler::JSBinopReduction::TryNarrowingToI32(v8::internal::Type*, v8::internal::compiler::Node*)’: | |
../src/compiler/js-typed-lowering.cc:177:9: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
} | |
^ | |
../src/compiler/js-typed-lowering.cc:179:7: note: here | |
case IrOpcode::kFloat64Sub: | |
^~~~ | |
../src/compiler/js-typed-lowering.cc:187:9: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
} | |
^ | |
../src/compiler/js-typed-lowering.cc:189:7: note: here | |
default: | |
^~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/linkage.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/linkage.o ../src/compiler/linkage.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/code-stubs.h:8, | |
from ../src/compiler/linkage.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/code-stubs.h:8, | |
from ../src/compiler/linkage.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-stubs.h:9, | |
from ../src/compiler/linkage.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/code-stubs.h:8, | |
from ../src/compiler/linkage.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-stubs.h:9, | |
from ../src/compiler/linkage.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/code-stubs.h:8, | |
from ../src/compiler/linkage.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/machine-operator-reducer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/machine-operator-reducer.o ../src/compiler/machine-operator-reducer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/machine-operator-reducer.h:8, | |
from ../src/compiler/machine-operator-reducer.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/machine-operator-reducer.h:8, | |
from ../src/compiler/machine-operator-reducer.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-stubs.h:9, | |
from .././src/codegen.h:8, | |
from ../src/compiler/machine-operator-reducer.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/machine-operator-reducer.h:8, | |
from ../src/compiler/machine-operator-reducer.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-stubs.h:9, | |
from .././src/codegen.h:8, | |
from ../src/compiler/machine-operator-reducer.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/machine-operator-reducer.h:8, | |
from ../src/compiler/machine-operator-reducer.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/machine-operator.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/machine-operator.o ../src/compiler/machine-operator.cc | |
In file included from .././src/base/flags.h:8:0, | |
from .././src/compiler/machine-operator.h:8, | |
from ../src/compiler/machine-operator.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/bits.h:9:0, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/machine-operator.h:9, | |
from ../src/compiler/machine-operator.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/machine-type.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/machine-type.o ../src/compiler/machine-type.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/bits.h:9, | |
from .././src/compiler/machine-type.h:10, | |
from ../src/compiler/machine-type.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/bits.h:9:0, | |
from .././src/compiler/machine-type.h:10, | |
from ../src/compiler/machine-type.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/node-cache.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/node-cache.o ../src/compiler/node-cache.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/functional.h:16, | |
from .././src/compiler/node-cache.h:8, | |
from ../src/compiler/node-cache.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/functional.h:16:0, | |
from .././src/compiler/node-cache.h:8, | |
from ../src/compiler/node-cache.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from .././src/compiler/node-cache.h:10, | |
from ../src/compiler/node-cache.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from .././src/compiler/node-cache.h:10, | |
from ../src/compiler/node-cache.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from .././src/compiler/node-cache.h:10, | |
from ../src/compiler/node-cache.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from .././src/compiler/node-cache.h:10, | |
from ../src/compiler/node-cache.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/node.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/node.o ../src/compiler/node.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from ../src/compiler/node.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from ../src/compiler/node.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from ../src/compiler/node.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from ../src/compiler/node.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from ../src/compiler/node.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from ../src/compiler/node.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/operator.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/operator.o ../src/compiler/operator.cc | |
In file included from .././src/base/flags.h:8:0, | |
from .././src/compiler/operator.h:10, | |
from ../src/compiler/operator.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/functional.h:16:0, | |
from .././src/compiler/operator.h:11, | |
from ../src/compiler/operator.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/pipeline.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/pipeline.o ../src/compiler/pipeline.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/pipeline.h:8, | |
from ../src/compiler/pipeline.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/pipeline.h:8, | |
from ../src/compiler/pipeline.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/pipeline.h:8, | |
from ../src/compiler/pipeline.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/pipeline.h:8, | |
from ../src/compiler/pipeline.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/pipeline.h:8, | |
from ../src/compiler/pipeline.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/pipeline.h:8, | |
from ../src/compiler/pipeline.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/pipeline-statistics.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/pipeline-statistics.o ../src/compiler/pipeline-statistics.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/compiler.h:8, | |
from ../src/compiler/pipeline-statistics.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/compiler.h:8, | |
from ../src/compiler/pipeline-statistics.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/ast.h:8, | |
from .././src/compiler.h:9, | |
from ../src/compiler/pipeline-statistics.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/compiler.h:8, | |
from ../src/compiler/pipeline-statistics.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/ast.h:8, | |
from .././src/compiler.h:9, | |
from ../src/compiler/pipeline-statistics.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/compiler.h:8, | |
from ../src/compiler/pipeline-statistics.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/raw-machine-assembler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/raw-machine-assembler.o ../src/compiler/raw-machine-assembler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/code-factory.h:8, | |
from ../src/compiler/raw-machine-assembler.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/code-factory.h:8, | |
from ../src/compiler/raw-machine-assembler.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-factory.h:9, | |
from ../src/compiler/raw-machine-assembler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/code-factory.h:8, | |
from ../src/compiler/raw-machine-assembler.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/code-factory.h:9, | |
from ../src/compiler/raw-machine-assembler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/code-factory.h:8, | |
from ../src/compiler/raw-machine-assembler.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/register-allocator.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/register-allocator.o ../src/compiler/register-allocator.cc | |
In file included from .././src/base/flags.h:8:0, | |
from .././src/compiler/linkage.h:8, | |
from ../src/compiler/register-allocator.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/frame.h:8, | |
from .././src/compiler/linkage.h:9, | |
from ../src/compiler/register-allocator.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/frame.h:8, | |
from .././src/compiler/linkage.h:9, | |
from ../src/compiler/register-allocator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/frame.h:8, | |
from .././src/compiler/linkage.h:9, | |
from ../src/compiler/register-allocator.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/frame.h:8, | |
from .././src/compiler/linkage.h:9, | |
from ../src/compiler/register-allocator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/frame.h:8, | |
from .././src/compiler/linkage.h:9, | |
from ../src/compiler/register-allocator.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/register-configuration.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/register-configuration.o ../src/compiler/register-configuration.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/register-configuration.h:8, | |
from ../src/compiler/register-configuration.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/register-configuration.h:8, | |
from ../src/compiler/register-configuration.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/register-configuration.h:8, | |
from ../src/compiler/register-configuration.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/register-configuration.h:8, | |
from ../src/compiler/register-configuration.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/register-configuration.h:8, | |
from ../src/compiler/register-configuration.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/register-configuration.h:8, | |
from ../src/compiler/register-configuration.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/schedule.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/schedule.o ../src/compiler/schedule.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from ../src/compiler/schedule.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from ../src/compiler/schedule.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from ../src/compiler/schedule.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from ../src/compiler/schedule.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from ../src/compiler/schedule.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from ../src/compiler/schedule.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/scheduler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/scheduler.o ../src/compiler/scheduler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/scheduler.h:8, | |
from ../src/compiler/scheduler.cc:8: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/scheduler.h:8, | |
from ../src/compiler/scheduler.cc:8: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/scheduler.h:8, | |
from ../src/compiler/scheduler.cc:8: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/scheduler.h:8, | |
from ../src/compiler/scheduler.cc:8: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/scheduler.h:8, | |
from ../src/compiler/scheduler.cc:8: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/scheduler.h:8, | |
from ../src/compiler/scheduler.cc:8: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/select-lowering.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/select-lowering.o ../src/compiler/select-lowering.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/select-lowering.h:10, | |
from ../src/compiler/select-lowering.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/select-lowering.h:10, | |
from ../src/compiler/select-lowering.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from ../src/compiler/select-lowering.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/select-lowering.h:10, | |
from ../src/compiler/select-lowering.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from ../src/compiler/select-lowering.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/select-lowering.h:10, | |
from ../src/compiler/select-lowering.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/simplified-lowering.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/simplified-lowering.o ../src/compiler/simplified-lowering.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/assembler.h:38, | |
from .././src/compiler/common-node-cache.h:8, | |
from .././src/compiler/js-graph.h:8, | |
from .././src/compiler/simplified-lowering.h:8, | |
from ../src/compiler/simplified-lowering.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/assembler.h:38, | |
from .././src/compiler/common-node-cache.h:8, | |
from .././src/compiler/js-graph.h:8, | |
from .././src/compiler/simplified-lowering.h:8, | |
from ../src/compiler/simplified-lowering.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/compiler/common-node-cache.h:8, | |
from .././src/compiler/js-graph.h:8, | |
from .././src/compiler/simplified-lowering.h:8, | |
from ../src/compiler/simplified-lowering.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/assembler.h:38, | |
from .././src/compiler/common-node-cache.h:8, | |
from .././src/compiler/js-graph.h:8, | |
from .././src/compiler/simplified-lowering.h:8, | |
from ../src/compiler/simplified-lowering.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/compiler/common-node-cache.h:8, | |
from .././src/compiler/js-graph.h:8, | |
from .././src/compiler/simplified-lowering.h:8, | |
from ../src/compiler/simplified-lowering.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/assembler.h:38, | |
from .././src/compiler/common-node-cache.h:8, | |
from .././src/compiler/js-graph.h:8, | |
from .././src/compiler/simplified-lowering.h:8, | |
from ../src/compiler/simplified-lowering.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/simplified-operator-reducer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/simplified-operator-reducer.o ../src/compiler/simplified-operator-reducer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/generic-node-inl.h:8, | |
from ../src/compiler/simplified-operator-reducer.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/generic-node-inl.h:8, | |
from ../src/compiler/simplified-operator-reducer.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node-inl.h:8, | |
from ../src/compiler/simplified-operator-reducer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/generic-node-inl.h:8, | |
from ../src/compiler/simplified-operator-reducer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node-inl.h:8, | |
from ../src/compiler/simplified-operator-reducer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/generic-node-inl.h:8, | |
from ../src/compiler/simplified-operator-reducer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/simplified-operator.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/simplified-operator.o ../src/compiler/simplified-operator.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/bits.h:9, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/simplified-operator.h:10, | |
from ../src/compiler/simplified-operator.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/bits.h:9:0, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/simplified-operator.h:10, | |
from ../src/compiler/simplified-operator.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/compiler/simplified-operator.h:11, | |
from ../src/compiler/simplified-operator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/simplified-operator.h:10, | |
from ../src/compiler/simplified-operator.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/compiler/simplified-operator.h:11, | |
from ../src/compiler/simplified-operator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/simplified-operator.h:10, | |
from ../src/compiler/simplified-operator.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/source-position.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/source-position.o ../src/compiler/source-position.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/assembler.h:38, | |
from .././src/compiler/source-position.h:8, | |
from ../src/compiler/source-position.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/assembler.h:38, | |
from .././src/compiler/source-position.h:8, | |
from ../src/compiler/source-position.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/compiler/source-position.h:8, | |
from ../src/compiler/source-position.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/assembler.h:38, | |
from .././src/compiler/source-position.h:8, | |
from ../src/compiler/source-position.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/assembler.h:38, | |
from .././src/compiler/source-position.h:8, | |
from ../src/compiler/source-position.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/assembler.h:38, | |
from .././src/compiler/source-position.h:8, | |
from ../src/compiler/source-position.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/typer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/typer.o ../src/compiler/typer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/isolate.h:9, | |
from .././src/factory.h:8, | |
from .././src/bootstrapper.h:8, | |
from ../src/compiler/typer.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/isolate.h:9, | |
from .././src/factory.h:8, | |
from .././src/bootstrapper.h:8, | |
from ../src/compiler/typer.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/isolate.h:13, | |
from .././src/factory.h:8, | |
from .././src/bootstrapper.h:8, | |
from ../src/compiler/typer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././include/v8-debug.h:8:0, | |
from .././src/isolate.h:8, | |
from .././src/factory.h:8, | |
from .././src/bootstrapper.h:8, | |
from ../src/compiler/typer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/isolate.h:13, | |
from .././src/factory.h:8, | |
from .././src/bootstrapper.h:8, | |
from ../src/compiler/typer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././include/v8-debug.h:8:0, | |
from .././src/isolate.h:8, | |
from .././src/factory.h:8, | |
from .././src/bootstrapper.h:8, | |
from ../src/compiler/typer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/value-numbering-reducer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/value-numbering-reducer.o ../src/compiler/value-numbering-reducer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/value-numbering-reducer.h:8, | |
from ../src/compiler/value-numbering-reducer.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/value-numbering-reducer.h:8, | |
from ../src/compiler/value-numbering-reducer.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from ../src/compiler/value-numbering-reducer.cc:10: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/value-numbering-reducer.h:8, | |
from ../src/compiler/value-numbering-reducer.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node.h:8, | |
from .././src/compiler/generic-graph.h:8, | |
from .././src/compiler/generic-algorithm.h:10, | |
from .././src/compiler/node.h:12, | |
from ../src/compiler/value-numbering-reducer.cc:10: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/zone.h:10, | |
from .././src/zone-allocator.h:10, | |
from .././src/zone-containers.h:12, | |
from .././src/compiler/graph-reducer.h:8, | |
from .././src/compiler/value-numbering-reducer.h:8, | |
from ../src/compiler/value-numbering-reducer.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/verifier.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/verifier.o ../src/compiler/verifier.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/verifier.h:8, | |
from ../src/compiler/verifier.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/verifier.h:8, | |
from ../src/compiler/verifier.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/verifier.h:8, | |
from ../src/compiler/verifier.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/verifier.h:8, | |
from ../src/compiler/verifier.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/verifier.h:8, | |
from ../src/compiler/verifier.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/verifier.h:8, | |
from ../src/compiler/verifier.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/zone-pool.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/zone-pool.o ../src/compiler/zone-pool.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/zone-pool.h:12, | |
from ../src/compiler/zone-pool.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/zone-pool.h:12, | |
from ../src/compiler/zone-pool.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/zone-pool.h:12, | |
from ../src/compiler/zone-pool.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/zone-pool.h:12, | |
from ../src/compiler/zone-pool.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/zone-pool.h:12, | |
from ../src/compiler/zone-pool.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/zone-pool.h:12, | |
from ../src/compiler/zone-pool.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler.o ../src/compiler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/compiler.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/compiler.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/compiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/compiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/compiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/compiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/contexts.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/contexts.o ../src/contexts.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/contexts.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/contexts.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/contexts.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/contexts.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/contexts.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/contexts.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/conversions.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/conversions.o ../src/conversions.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/conversions.cc:9: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/conversions.cc:9: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/conversions.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/conversions.cc:9: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/conversions.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/conversions.cc:9: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
../src/conversions.cc: At global scope: | |
../src/conversions.cc:56:10: warning: ‘uint16_t v8::internal::{anonymous}::StringCharacterStreamIterator::operator*() const’ defined but not used [-Wunused-function] | |
uint16_t StringCharacterStreamIterator::operator*() const { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/conversions.cc:51:1: warning: ‘v8::internal::{anonymous}::StringCharacterStreamIterator::StringCharacterStreamIterator(v8::internal::StringCharacterStream*)’ defined but not used [-Wunused-function] | |
StringCharacterStreamIterator::StringCharacterStreamIterator( | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/counters.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/counters.o ../src/counters.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/counters.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/counters.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/counters.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/counters.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/counters.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/counters.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/cpu-profiler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/cpu-profiler.o ../src/cpu-profiler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/cpu-profiler.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/cpu-profiler.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/cpu-profiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/cpu-profiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/cpu-profiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/cpu-profiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/date.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/date.o ../src/date.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/date.h:8, | |
from ../src/date.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/date.h:8, | |
from ../src/date.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/date.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/date.h:8, | |
from ../src/date.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/date.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/date.h:8, | |
from ../src/date.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/dateparser.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/dateparser.o ../src/dateparser.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/dateparser.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/dateparser.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/dateparser.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/dateparser.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/dateparser.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/dateparser.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/debug.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/debug.o ../src/debug.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/debug.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/debug.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/debug.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/debug.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/debug.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/debug.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/deoptimizer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/deoptimizer.o ../src/deoptimizer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/deoptimizer.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/deoptimizer.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/deoptimizer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/deoptimizer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/deoptimizer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/deoptimizer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/disassembler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/disassembler.o ../src/disassembler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/disassembler.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/disassembler.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/disassembler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/disassembler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/disassembler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/disassembler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/diy-fp.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/diy-fp.o ../src/diy-fp.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from ../src/diy-fp.cc:8: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from ../src/diy-fp.cc:8: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/dtoa.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/dtoa.o ../src/dtoa.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/utils.h:14, | |
from ../src/dtoa.cc:8: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/utils.h:14, | |
from ../src/dtoa.cc:8: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/elements-kind.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/elements-kind.o ../src/elements-kind.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/api.h:8, | |
from ../src/elements-kind.cc:7: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/api.h:8, | |
from ../src/elements-kind.cc:7: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from ../src/elements-kind.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/api.h:8, | |
from ../src/elements-kind.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from ../src/elements-kind.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/api.h:8, | |
from ../src/elements-kind.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/elements.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/elements.o ../src/elements.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/elements.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/elements.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/elements.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/elements.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/elements.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/elements.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/execution.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/execution.o ../src/execution.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/objects.h:10, | |
from .././src/handles.h:8, | |
from .././src/execution.h:8, | |
from ../src/execution.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/objects.h:10, | |
from .././src/handles.h:8, | |
from .././src/execution.h:8, | |
from ../src/execution.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/execution.h:8, | |
from ../src/execution.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/objects.h:10, | |
from .././src/handles.h:8, | |
from .././src/execution.h:8, | |
from ../src/execution.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/execution.h:8, | |
from ../src/execution.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/objects.h:10, | |
from .././src/handles.h:8, | |
from .././src/execution.h:8, | |
from ../src/execution.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/extensions/externalize-string-extension.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/extensions/externalize-string-extension.o ../src/extensions/externalize-string-extension.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/extensions/externalize-string-extension.h:8, | |
from ../src/extensions/externalize-string-extension.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/extensions/externalize-string-extension.h:8, | |
from ../src/extensions/externalize-string-extension.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/extensions/externalize-string-extension.h:8, | |
from ../src/extensions/externalize-string-extension.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/extensions/externalize-string-extension.h:8, | |
from ../src/extensions/externalize-string-extension.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/extensions/externalize-string-extension.h:8, | |
from ../src/extensions/externalize-string-extension.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/extensions/externalize-string-extension.h:8, | |
from ../src/extensions/externalize-string-extension.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/extensions/free-buffer-extension.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/extensions/free-buffer-extension.o ../src/extensions/free-buffer-extension.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/extensions/free-buffer-extension.h:8, | |
from ../src/extensions/free-buffer-extension.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/extensions/free-buffer-extension.h:8, | |
from ../src/extensions/free-buffer-extension.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/extensions/free-buffer-extension.h:8, | |
from ../src/extensions/free-buffer-extension.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/extensions/free-buffer-extension.h:8, | |
from ../src/extensions/free-buffer-extension.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/extensions/free-buffer-extension.h:8, | |
from ../src/extensions/free-buffer-extension.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/extensions/free-buffer-extension.h:8, | |
from ../src/extensions/free-buffer-extension.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/extensions/gc-extension.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/extensions/gc-extension.o ../src/extensions/gc-extension.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/extensions/gc-extension.h:8, | |
from ../src/extensions/gc-extension.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/extensions/gc-extension.h:8, | |
from ../src/extensions/gc-extension.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/extensions/gc-extension.h:8, | |
from ../src/extensions/gc-extension.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/extensions/gc-extension.h:8, | |
from ../src/extensions/gc-extension.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/extensions/gc-extension.h:8, | |
from ../src/extensions/gc-extension.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/extensions/gc-extension.h:8, | |
from ../src/extensions/gc-extension.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/extensions/statistics-extension.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/extensions/statistics-extension.o ../src/extensions/statistics-extension.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/extensions/statistics-extension.h:8, | |
from ../src/extensions/statistics-extension.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/extensions/statistics-extension.h:8, | |
from ../src/extensions/statistics-extension.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/extensions/statistics-extension.h:8, | |
from ../src/extensions/statistics-extension.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/extensions/statistics-extension.h:8, | |
from ../src/extensions/statistics-extension.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/extensions/statistics-extension.h:8, | |
from ../src/extensions/statistics-extension.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/extensions/statistics-extension.h:8, | |
from ../src/extensions/statistics-extension.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/extensions/trigger-failure-extension.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/extensions/trigger-failure-extension.o ../src/extensions/trigger-failure-extension.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/extensions/trigger-failure-extension.h:8, | |
from ../src/extensions/trigger-failure-extension.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/extensions/trigger-failure-extension.h:8, | |
from ../src/extensions/trigger-failure-extension.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/extensions/trigger-failure-extension.h:8, | |
from ../src/extensions/trigger-failure-extension.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/extensions/trigger-failure-extension.h:8, | |
from ../src/extensions/trigger-failure-extension.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/extensions/trigger-failure-extension.h:8, | |
from ../src/extensions/trigger-failure-extension.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/extensions/trigger-failure-extension.h:8, | |
from ../src/extensions/trigger-failure-extension.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/factory.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/factory.o ../src/factory.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/isolate.h:9, | |
from .././src/factory.h:8, | |
from ../src/factory.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/isolate.h:9, | |
from .././src/factory.h:8, | |
from ../src/factory.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/isolate.h:13, | |
from .././src/factory.h:8, | |
from ../src/factory.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././include/v8-debug.h:8:0, | |
from .././src/isolate.h:8, | |
from .././src/factory.h:8, | |
from ../src/factory.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/isolate.h:13, | |
from .././src/factory.h:8, | |
from ../src/factory.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././include/v8-debug.h:8:0, | |
from .././src/isolate.h:8, | |
from .././src/factory.h:8, | |
from ../src/factory.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/fast-dtoa.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/fast-dtoa.o ../src/fast-dtoa.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/utils.h:14, | |
from ../src/fast-dtoa.cc:7: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/utils.h:14, | |
from ../src/fast-dtoa.cc:7: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/fixed-dtoa.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/fixed-dtoa.o ../src/fixed-dtoa.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/utils.h:14, | |
from ../src/fixed-dtoa.cc:10: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/utils.h:14, | |
from ../src/fixed-dtoa.cc:10: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/flags.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/flags.o ../src/flags.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/flags.cc:9: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/flags.cc:9: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/flags.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/flags.cc:9: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/flags.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/flags.cc:9: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/frames.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/frames.o ../src/frames.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/frames.h:8, | |
from ../src/frames.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/frames.h:8, | |
from ../src/frames.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/frames.h:9, | |
from ../src/frames.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/frames.h:8, | |
from ../src/frames.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/frames.h:9, | |
from ../src/frames.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/frames.h:8, | |
from ../src/frames.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/full-codegen.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/full-codegen.o ../src/full-codegen.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/full-codegen.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/full-codegen.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/full-codegen.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/full-codegen.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/full-codegen.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/full-codegen.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/func-name-inferrer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/func-name-inferrer.o ../src/func-name-inferrer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/func-name-inferrer.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/func-name-inferrer.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/func-name-inferrer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/func-name-inferrer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/func-name-inferrer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/func-name-inferrer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/gdb-jit.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/gdb-jit.o ../src/gdb-jit.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/gdb-jit.cc:6: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/gdb-jit.cc:6: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/gdb-jit.cc:6: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/gdb-jit.cc:6: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/gdb-jit.cc:6: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/gdb-jit.cc:6: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/global-handles.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/global-handles.o ../src/global-handles.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/global-handles.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/global-handles.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/global-handles.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/global-handles.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/global-handles.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/global-handles.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/handles.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/handles.o ../src/handles.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/handles.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/handles.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/handles.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/handles.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/handles.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/handles.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap-profiler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap-profiler.o ../src/heap-profiler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap-profiler.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap-profiler.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap-profiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap-profiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap-profiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap-profiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap-snapshot-generator.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap-snapshot-generator.o ../src/heap-snapshot-generator.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap-snapshot-generator.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap-snapshot-generator.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap-snapshot-generator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap-snapshot-generator.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap-snapshot-generator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap-snapshot-generator.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/gc-idle-time-handler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/gc-idle-time-handler.o ../src/heap/gc-idle-time-handler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/heap/gc-idle-time-handler.h:8, | |
from ../src/heap/gc-idle-time-handler.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/heap/gc-idle-time-handler.h:8, | |
from ../src/heap/gc-idle-time-handler.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/gc-tracer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/gc-tracer.o ../src/heap/gc-tracer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap/gc-tracer.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap/gc-tracer.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/gc-tracer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap/gc-tracer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/gc-tracer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap/gc-tracer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/heap.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/heap.o ../src/heap/heap.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap/heap.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap/heap.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/heap.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap/heap.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/heap.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap/heap.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/incremental-marking.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/incremental-marking.o ../src/heap/incremental-marking.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap/incremental-marking.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap/incremental-marking.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/incremental-marking.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap/incremental-marking.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/incremental-marking.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap/incremental-marking.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/mark-compact.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/mark-compact.o ../src/heap/mark-compact.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap/mark-compact.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap/mark-compact.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/mark-compact.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap/mark-compact.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/mark-compact.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap/mark-compact.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/objects-visiting.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/objects-visiting.o ../src/heap/objects-visiting.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap/objects-visiting.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap/objects-visiting.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/objects-visiting.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap/objects-visiting.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/objects-visiting.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap/objects-visiting.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/spaces.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/spaces.o ../src/heap/spaces.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap/spaces.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap/spaces.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/spaces.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap/spaces.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/spaces.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap/spaces.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/store-buffer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/heap/store-buffer.o ../src/heap/store-buffer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap/store-buffer.cc:7: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/heap/store-buffer.cc:7: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/store-buffer.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap/store-buffer.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/store-buffer.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/heap/store-buffer.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/heap/mark-compact.h:9:0, | |
from .././src/heap/incremental-marking.h:10, | |
from .././src/heap/heap.h:16, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/heap/store-buffer.cc:7: | |
.././src/heap/spaces.h: In member function ‘v8::internal::MemoryChunk* v8::internal::PointerChunkIterator::next()’: | |
.././src/heap/spaces.h:2866:16: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
state_ = kMapState; | |
~~~~~~~^~~~~~~~~~~ | |
.././src/heap/spaces.h:2869:7: note: here | |
case kMapState: { | |
^~~~ | |
.././src/heap/spaces.h:2873:16: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
state_ = kLargeObjectState; | |
~~~~~~~^~~~~~~~~~~~~~~~~~~ | |
.././src/heap/spaces.h:2876:7: note: here | |
case kLargeObjectState: { | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-bce.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-bce.o ../src/hydrogen-bce.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-bce.h:8, | |
from ../src/hydrogen-bce.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-bce.h:8, | |
from ../src/hydrogen-bce.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-bce.h:8, | |
from ../src/hydrogen-bce.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-bce.h:8, | |
from ../src/hydrogen-bce.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-bce.h:8, | |
from ../src/hydrogen-bce.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-bce.h:8, | |
from ../src/hydrogen-bce.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-bch.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-bch.o ../src/hydrogen-bch.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-bch.h:8, | |
from ../src/hydrogen-bch.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-bch.h:8, | |
from ../src/hydrogen-bch.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-bch.h:8, | |
from ../src/hydrogen-bch.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-bch.h:8, | |
from ../src/hydrogen-bch.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-bch.h:8, | |
from ../src/hydrogen-bch.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-bch.h:8, | |
from ../src/hydrogen-bch.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-canonicalize.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-canonicalize.o ../src/hydrogen-canonicalize.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-canonicalize.h:8, | |
from ../src/hydrogen-canonicalize.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-canonicalize.h:8, | |
from ../src/hydrogen-canonicalize.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-canonicalize.h:8, | |
from ../src/hydrogen-canonicalize.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-canonicalize.h:8, | |
from ../src/hydrogen-canonicalize.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-canonicalize.h:8, | |
from ../src/hydrogen-canonicalize.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-canonicalize.h:8, | |
from ../src/hydrogen-canonicalize.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-check-elimination.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-check-elimination.o ../src/hydrogen-check-elimination.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-check-elimination.h:8, | |
from ../src/hydrogen-check-elimination.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-check-elimination.h:8, | |
from ../src/hydrogen-check-elimination.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-check-elimination.h:8, | |
from ../src/hydrogen-check-elimination.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-check-elimination.h:8, | |
from ../src/hydrogen-check-elimination.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-check-elimination.h:8, | |
from ../src/hydrogen-check-elimination.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-check-elimination.h:8, | |
from ../src/hydrogen-check-elimination.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-dce.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-dce.o ../src/hydrogen-dce.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-dce.h:8, | |
from ../src/hydrogen-dce.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-dce.h:8, | |
from ../src/hydrogen-dce.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-dce.h:8, | |
from ../src/hydrogen-dce.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-dce.h:8, | |
from ../src/hydrogen-dce.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-dce.h:8, | |
from ../src/hydrogen-dce.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-dce.h:8, | |
from ../src/hydrogen-dce.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-dehoist.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-dehoist.o ../src/hydrogen-dehoist.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-dehoist.h:8, | |
from ../src/hydrogen-dehoist.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-dehoist.h:8, | |
from ../src/hydrogen-dehoist.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-dehoist.h:8, | |
from ../src/hydrogen-dehoist.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-dehoist.h:8, | |
from ../src/hydrogen-dehoist.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-dehoist.h:8, | |
from ../src/hydrogen-dehoist.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-dehoist.h:8, | |
from ../src/hydrogen-dehoist.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-environment-liveness.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-environment-liveness.o ../src/hydrogen-environment-liveness.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-environment-liveness.h:9, | |
from ../src/hydrogen-environment-liveness.cc:6: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-environment-liveness.h:9, | |
from ../src/hydrogen-environment-liveness.cc:6: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-environment-liveness.h:9, | |
from ../src/hydrogen-environment-liveness.cc:6: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-environment-liveness.h:9, | |
from ../src/hydrogen-environment-liveness.cc:6: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-environment-liveness.h:9, | |
from ../src/hydrogen-environment-liveness.cc:6: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-environment-liveness.h:9, | |
from ../src/hydrogen-environment-liveness.cc:6: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-escape-analysis.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-escape-analysis.o ../src/hydrogen-escape-analysis.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/hydrogen-escape-analysis.h:8, | |
from ../src/hydrogen-escape-analysis.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/hydrogen-escape-analysis.h:8, | |
from ../src/hydrogen-escape-analysis.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-escape-analysis.h:9, | |
from ../src/hydrogen-escape-analysis.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/hydrogen-escape-analysis.h:8, | |
from ../src/hydrogen-escape-analysis.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-escape-analysis.h:9, | |
from ../src/hydrogen-escape-analysis.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/hydrogen-escape-analysis.h:8, | |
from ../src/hydrogen-escape-analysis.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-instructions.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-instructions.o ../src/hydrogen-instructions.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/hydrogen-instructions.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/hydrogen-instructions.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/hydrogen-instructions.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/hydrogen-instructions.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/hydrogen-instructions.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/hydrogen-instructions.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen.o ../src/hydrogen.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
../src/hydrogen.cc: In member function ‘bool v8::internal::HOptimizedGraphBuilder::TryInlineBuiltinFunctionCall(v8::internal::Call*)’: | |
../src/hydrogen.cc:8148:7: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
if (!FLAG_fast_math) break; | |
^~ | |
../src/hydrogen.cc:8150:5: note: here | |
case kMathRound: | |
^~~~ | |
../src/hydrogen.cc: In member function ‘bool v8::internal::HOptimizedGraphBuilder::TryInlineBuiltinMethodCall(v8::internal::Call*, v8::internal::Handle<v8::internal::JSFunction>, v8::internal::Handle<v8::internal::Map>, int)’: | |
../src/hydrogen.cc:8229:7: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
if (!FLAG_fast_math) break; | |
^~ | |
../src/hydrogen.cc:8231:5: note: here | |
case kMathRound: | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-gvn.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-gvn.o ../src/hydrogen-gvn.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen-gvn.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen-gvn.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen-gvn.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen-gvn.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen-gvn.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen-gvn.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-infer-representation.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-infer-representation.o ../src/hydrogen-infer-representation.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-infer-representation.h:8, | |
from ../src/hydrogen-infer-representation.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-infer-representation.h:8, | |
from ../src/hydrogen-infer-representation.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-infer-representation.h:8, | |
from ../src/hydrogen-infer-representation.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-infer-representation.h:8, | |
from ../src/hydrogen-infer-representation.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-infer-representation.h:8, | |
from ../src/hydrogen-infer-representation.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-infer-representation.h:8, | |
from ../src/hydrogen-infer-representation.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-infer-types.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-infer-types.o ../src/hydrogen-infer-types.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-infer-types.h:8, | |
from ../src/hydrogen-infer-types.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-infer-types.h:8, | |
from ../src/hydrogen-infer-types.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-infer-types.h:8, | |
from ../src/hydrogen-infer-types.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-infer-types.h:8, | |
from ../src/hydrogen-infer-types.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-infer-types.h:8, | |
from ../src/hydrogen-infer-types.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-infer-types.h:8, | |
from ../src/hydrogen-infer-types.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-load-elimination.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-load-elimination.o ../src/hydrogen-load-elimination.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-alias-analysis.h:8, | |
from ../src/hydrogen-load-elimination.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-alias-analysis.h:8, | |
from ../src/hydrogen-load-elimination.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-alias-analysis.h:8, | |
from ../src/hydrogen-load-elimination.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-alias-analysis.h:8, | |
from ../src/hydrogen-load-elimination.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-alias-analysis.h:8, | |
from ../src/hydrogen-load-elimination.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-alias-analysis.h:8, | |
from ../src/hydrogen-load-elimination.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-mark-deoptimize.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-mark-deoptimize.o ../src/hydrogen-mark-deoptimize.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-mark-deoptimize.h:8, | |
from ../src/hydrogen-mark-deoptimize.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-mark-deoptimize.h:8, | |
from ../src/hydrogen-mark-deoptimize.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-mark-deoptimize.h:8, | |
from ../src/hydrogen-mark-deoptimize.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-mark-deoptimize.h:8, | |
from ../src/hydrogen-mark-deoptimize.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-mark-deoptimize.h:8, | |
from ../src/hydrogen-mark-deoptimize.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-mark-deoptimize.h:8, | |
from ../src/hydrogen-mark-deoptimize.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-mark-unreachable.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-mark-unreachable.o ../src/hydrogen-mark-unreachable.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-mark-unreachable.h:8, | |
from ../src/hydrogen-mark-unreachable.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-mark-unreachable.h:8, | |
from ../src/hydrogen-mark-unreachable.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-mark-unreachable.h:8, | |
from ../src/hydrogen-mark-unreachable.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-mark-unreachable.h:8, | |
from ../src/hydrogen-mark-unreachable.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-mark-unreachable.h:8, | |
from ../src/hydrogen-mark-unreachable.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-mark-unreachable.h:8, | |
from ../src/hydrogen-mark-unreachable.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-osr.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-osr.o ../src/hydrogen-osr.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen-osr.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen-osr.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen-osr.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen-osr.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen-osr.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from ../src/hydrogen-osr.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-range-analysis.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-range-analysis.o ../src/hydrogen-range-analysis.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-range-analysis.h:8, | |
from ../src/hydrogen-range-analysis.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-range-analysis.h:8, | |
from ../src/hydrogen-range-analysis.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-range-analysis.h:8, | |
from ../src/hydrogen-range-analysis.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-range-analysis.h:8, | |
from ../src/hydrogen-range-analysis.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-range-analysis.h:8, | |
from ../src/hydrogen-range-analysis.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-range-analysis.h:8, | |
from ../src/hydrogen-range-analysis.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-redundant-phi.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-redundant-phi.o ../src/hydrogen-redundant-phi.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-redundant-phi.h:8, | |
from ../src/hydrogen-redundant-phi.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-redundant-phi.h:8, | |
from ../src/hydrogen-redundant-phi.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-redundant-phi.h:8, | |
from ../src/hydrogen-redundant-phi.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-redundant-phi.h:8, | |
from ../src/hydrogen-redundant-phi.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-redundant-phi.h:8, | |
from ../src/hydrogen-redundant-phi.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-redundant-phi.h:8, | |
from ../src/hydrogen-redundant-phi.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-removable-simulates.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-removable-simulates.o ../src/hydrogen-removable-simulates.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-flow-engine.h:8, | |
from ../src/hydrogen-removable-simulates.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-flow-engine.h:8, | |
from ../src/hydrogen-removable-simulates.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-flow-engine.h:8, | |
from ../src/hydrogen-removable-simulates.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-flow-engine.h:8, | |
from ../src/hydrogen-removable-simulates.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-flow-engine.h:8, | |
from ../src/hydrogen-removable-simulates.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-flow-engine.h:8, | |
from ../src/hydrogen-removable-simulates.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-representation-changes.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-representation-changes.o ../src/hydrogen-representation-changes.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-representation-changes.h:8, | |
from ../src/hydrogen-representation-changes.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-representation-changes.h:8, | |
from ../src/hydrogen-representation-changes.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-representation-changes.h:8, | |
from ../src/hydrogen-representation-changes.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-representation-changes.h:8, | |
from ../src/hydrogen-representation-changes.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-representation-changes.h:8, | |
from ../src/hydrogen-representation-changes.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-representation-changes.h:8, | |
from ../src/hydrogen-representation-changes.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-sce.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-sce.o ../src/hydrogen-sce.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-sce.h:8, | |
from ../src/hydrogen-sce.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-sce.h:8, | |
from ../src/hydrogen-sce.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-sce.h:8, | |
from ../src/hydrogen-sce.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-sce.h:8, | |
from ../src/hydrogen-sce.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-sce.h:8, | |
from ../src/hydrogen-sce.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-sce.h:8, | |
from ../src/hydrogen-sce.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-store-elimination.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-store-elimination.o ../src/hydrogen-store-elimination.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen-instructions.h:10, | |
from ../src/hydrogen-store-elimination.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen-instructions.h:10, | |
from ../src/hydrogen-store-elimination.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen-instructions.h:10, | |
from ../src/hydrogen-store-elimination.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen-instructions.h:10, | |
from ../src/hydrogen-store-elimination.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen-instructions.h:10, | |
from ../src/hydrogen-store-elimination.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen-instructions.h:10, | |
from ../src/hydrogen-store-elimination.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-types.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-types.o ../src/hydrogen-types.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/hydrogen-types.h:11, | |
from ../src/hydrogen-types.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/hydrogen-types.h:11:0, | |
from ../src/hydrogen-types.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/conversions.h:11, | |
from .././src/types.h:8, | |
from .././src/types-inl.h:8, | |
from ../src/hydrogen-types.cc:8: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/objects.h:10, | |
from .././src/handles.h:8, | |
from .././src/conversions.h:11, | |
from .././src/types.h:8, | |
from .././src/types-inl.h:8, | |
from ../src/hydrogen-types.cc:8: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/conversions.h:11, | |
from .././src/types.h:8, | |
from .././src/types-inl.h:8, | |
from ../src/hydrogen-types.cc:8: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/objects.h:10, | |
from .././src/handles.h:8, | |
from .././src/conversions.h:11, | |
from .././src/types.h:8, | |
from .././src/types-inl.h:8, | |
from ../src/hydrogen-types.cc:8: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-uint32-analysis.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/hydrogen-uint32-analysis.o ../src/hydrogen-uint32-analysis.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-uint32-analysis.h:8, | |
from ../src/hydrogen-uint32-analysis.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-uint32-analysis.h:8, | |
from ../src/hydrogen-uint32-analysis.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-uint32-analysis.h:8, | |
from ../src/hydrogen-uint32-analysis.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-uint32-analysis.h:8, | |
from ../src/hydrogen-uint32-analysis.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-uint32-analysis.h:8, | |
from ../src/hydrogen-uint32-analysis.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/hydrogen.h:8, | |
from .././src/hydrogen-uint32-analysis.h:8, | |
from ../src/hydrogen-uint32-analysis.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/i18n.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/i18n.o ../src/i18n.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/i18n.h:9, | |
from ../src/i18n.cc:6: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/i18n.h:9, | |
from ../src/i18n.cc:6: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/i18n.h:9, | |
from ../src/i18n.cc:6: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/i18n.h:9, | |
from ../src/i18n.cc:6: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/i18n.h:9, | |
from ../src/i18n.cc:6: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/i18n.h:9, | |
from ../src/i18n.cc:6: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/icu_util.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/icu_util.o ../src/icu_util.cc | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/access-compiler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/access-compiler.o ../src/ic/access-compiler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/access-compiler.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/access-compiler.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/access-compiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/access-compiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/access-compiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/access-compiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/call-optimization.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/call-optimization.o ../src/ic/call-optimization.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/call-optimization.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/call-optimization.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/call-optimization.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/call-optimization.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/call-optimization.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/call-optimization.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/handler-compiler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/handler-compiler.o ../src/ic/handler-compiler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/handler-compiler.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/handler-compiler.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/handler-compiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/handler-compiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/handler-compiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/handler-compiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/ic-state.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/ic-state.o ../src/ic/ic-state.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/ic-state.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/ic-state.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/ic-state.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/ic-state.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/ic-state.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/ic-state.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/ic.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/ic.o ../src/ic/ic.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/ic.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/ic.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/ic.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/ic.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/ic.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/ic.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/ic-compiler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/ic-compiler.o ../src/ic/ic-compiler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/ic-compiler.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/ic-compiler.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/ic-compiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/ic-compiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/ic-compiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/ic-compiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/interface.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/interface.o ../src/interface.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/interface.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/interface.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/interface.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/interface.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/interface.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/interface.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/interface-descriptors.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/interface-descriptors.o ../src/interface-descriptors.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/interface-descriptors.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/interface-descriptors.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/interface-descriptors.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/interface-descriptors.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/interface-descriptors.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/interface-descriptors.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/interpreter-irregexp.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/interpreter-irregexp.o ../src/interpreter-irregexp.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/interpreter-irregexp.cc:8: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/interpreter-irregexp.cc:8: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/interpreter-irregexp.cc:8: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/interpreter-irregexp.cc:8: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/interpreter-irregexp.cc:8: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/interpreter-irregexp.cc:8: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/isolate.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/isolate.o ../src/isolate.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/isolate.cc:10: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/isolate.cc:10: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/isolate.cc:10: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/isolate.cc:10: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/isolate.cc:10: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/isolate.cc:10: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/jsregexp.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/jsregexp.o ../src/jsregexp.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/jsregexp.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/jsregexp.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/jsregexp.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/jsregexp.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/jsregexp.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/jsregexp.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/lithium-allocator.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/lithium-allocator.o ../src/lithium-allocator.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/lithium-allocator.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/lithium-allocator.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/lithium-allocator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/lithium-allocator.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/lithium-allocator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/lithium-allocator.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/lithium-codegen.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/lithium-codegen.o ../src/lithium-codegen.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/lithium-codegen.h:8, | |
from ../src/lithium-codegen.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/lithium-codegen.h:8, | |
from ../src/lithium-codegen.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/lithium-codegen.h:8, | |
from ../src/lithium-codegen.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/lithium-codegen.h:8, | |
from ../src/lithium-codegen.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/lithium-codegen.h:8, | |
from ../src/lithium-codegen.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/lithium-codegen.h:8, | |
from ../src/lithium-codegen.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/lithium.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/lithium.o ../src/lithium.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/lithium.h:10, | |
from ../src/lithium.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/lithium.h:10, | |
from ../src/lithium.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/lithium.h:12, | |
from ../src/lithium.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/lithium.h:10, | |
from ../src/lithium.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/hydrogen.h:8, | |
from .././src/lithium.h:12, | |
from ../src/lithium.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/lithium.h:10, | |
from ../src/lithium.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/liveedit.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/liveedit.o ../src/liveedit.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/liveedit.cc:6: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/liveedit.cc:6: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/liveedit.cc:6: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/liveedit.cc:6: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/liveedit.cc:6: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/liveedit.cc:6: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/log-utils.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/log-utils.o ../src/log-utils.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/log-utils.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/log-utils.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/log-utils.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/log-utils.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/log-utils.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/log-utils.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/log.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/log.o ../src/log.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/log.h:10, | |
from ../src/log.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/log.h:10, | |
from ../src/log.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/log.h:13:0, | |
from ../src/log.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/log.h:10, | |
from ../src/log.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/log.h:13:0, | |
from ../src/log.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/log.h:10, | |
from ../src/log.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/lookup.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/lookup.o ../src/lookup.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/lookup.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/lookup.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/lookup.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/lookup.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/lookup.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/lookup.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/messages.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/messages.o ../src/messages.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/messages.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/messages.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/messages.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/messages.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/messages.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/messages.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/objects-debug.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/objects-debug.o ../src/objects-debug.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/objects-debug.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/objects-debug.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/objects-debug.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/objects-debug.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/objects-debug.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/objects-debug.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/objects-printer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/objects-printer.o ../src/objects-printer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/objects-printer.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/objects-printer.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/objects-printer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/objects-printer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/objects-printer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/objects-printer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/objects.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/objects.o ../src/objects.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/objects.cc:7: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/objects.cc:7: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/objects.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/objects.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/objects.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/objects.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
../src/objects.cc: In member function ‘void v8::internal::JSObject::GetElementsCapacityAndUsage(int*, int*)’: | |
../src/objects.cc:12982:7: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
if (IsJSArray()) { | |
^~ | |
../src/objects.cc:12988:5: note: here | |
case FAST_HOLEY_SMI_ELEMENTS: | |
^~~~ | |
../src/objects.cc:13003:7: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
if (IsJSArray()) { | |
^~ | |
../src/objects.cc:13009:5: note: here | |
case FAST_HOLEY_DOUBLE_ELEMENTS: { | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/optimizing-compiler-thread.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/optimizing-compiler-thread.o ../src/optimizing-compiler-thread.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/lazy-instance.h:71, | |
from .././src/base/platform/mutex.h:8, | |
from .././src/optimizing-compiler-thread.h:9, | |
from ../src/optimizing-compiler-thread.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/lazy-instance.h:71:0, | |
from .././src/base/platform/mutex.h:8, | |
from .././src/optimizing-compiler-thread.h:9, | |
from ../src/optimizing-compiler-thread.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/optimizing-compiler-thread.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/flags.h:8:0, | |
from .././src/optimizing-compiler-thread.h:12, | |
from ../src/optimizing-compiler-thread.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/optimizing-compiler-thread.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/flags.h:8:0, | |
from .././src/optimizing-compiler-thread.h:12, | |
from ../src/optimizing-compiler-thread.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ostreams.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ostreams.o ../src/ostreams.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/ostreams.h:15, | |
from ../src/ostreams.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/ostreams.h:15:0, | |
from ../src/ostreams.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/parser.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/parser.o ../src/parser.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/parser.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/parser.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/parser.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/parser.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/parser.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/parser.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/parser.h:13:0, | |
from ../src/parser.cc:16: | |
.././src/preparser.h: In member function ‘v8::internal::ParserBase<Traits>::ExpressionT v8::internal::ParserBase<Traits>::ParseYieldExpression(bool*) [with Traits = v8::internal::ParserTraits]’: | |
.././src/preparser.h:2244:9: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
if (kind == Yield::kSuspend) | |
^~ | |
.././src/preparser.h:2248:7: note: here | |
default: | |
^~~~~~~ | |
.././src/preparser.h: In member function ‘v8::internal::ParserBase<Traits>::ExpressionT v8::internal::ParserBase<Traits>::ParsePrimaryExpression(bool*) [with Traits = v8::internal::ParserTraits]’: | |
.././src/preparser.h:1841:7: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
if (allow_natives_syntax() || extension_ != NULL) { | |
^~ | |
.././src/preparser.h:1848:5: note: here | |
default: { | |
^~~~~~~ | |
../src/parser.cc: In member function ‘v8::internal::RegExpTree* v8::internal::RegExpParser::ParseDisjunction()’: | |
../src/parser.cc:4432:7: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
} | |
^ | |
../src/parser.cc:4435:5: note: here | |
default: | |
^~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/perf-jit.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/perf-jit.o ../src/perf-jit.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/perf-jit.h:31, | |
from ../src/perf-jit.cc:28: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/perf-jit.h:31, | |
from ../src/perf-jit.cc:28: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/perf-jit.h:31, | |
from ../src/perf-jit.cc:28: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/perf-jit.h:31, | |
from ../src/perf-jit.cc:28: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/perf-jit.h:31, | |
from ../src/perf-jit.cc:28: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/perf-jit.h:31, | |
from ../src/perf-jit.cc:28: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/preparse-data.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/preparse-data.o ../src/preparse-data.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/compiler.h:8, | |
from ../src/preparse-data.cc:6: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/compiler.h:8, | |
from ../src/preparse-data.cc:6: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/ast.h:8, | |
from .././src/compiler.h:9, | |
from ../src/preparse-data.cc:6: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/compiler.h:8, | |
from ../src/preparse-data.cc:6: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/ast.h:8, | |
from .././src/compiler.h:9, | |
from ../src/preparse-data.cc:6: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/compiler.h:8, | |
from ../src/preparse-data.cc:6: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/preparser.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/preparser.o ../src/preparser.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from ../src/preparser.cc:7: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from ../src/preparser.cc:7: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/conversions.h:11, | |
from .././src/conversions-inl.h:19, | |
from ../src/preparser.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from ../src/preparser.cc:7: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/conversions.h:11, | |
from .././src/conversions-inl.h:19, | |
from ../src/preparser.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from ../src/preparser.cc:7: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
../src/preparser.cc: In member function ‘v8::internal::PreParser::Statement v8::internal::PreParser::ParseStatement(bool*)’: | |
../src/preparser.cc:212:3: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
if (!*ok) return Statement::Default(); \ | |
^ | |
../src/preparser.cc:301:36: note: in expansion of macro ‘CHECK_OK’ | |
return ParseClassDeclaration(CHECK_OK); | |
^~~~~~~~ | |
../src/preparser.cc:303:5: note: here | |
case Token::DEBUGGER: | |
^~~~ | |
In file included from ../src/preparser.cc:16:0: | |
.././src/preparser.h: In member function ‘v8::internal::ParserBase<Traits>::ExpressionT v8::internal::ParserBase<Traits>::ParsePrimaryExpression(bool*) [with Traits = v8::internal::PreParserTraits]’: | |
.././src/preparser.h:1841:7: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
if (allow_natives_syntax() || extension_ != NULL) { | |
^~ | |
.././src/preparser.h:1848:5: note: here | |
default: { | |
^~~~~~~ | |
.././src/preparser.h: In member function ‘v8::internal::ParserBase<Traits>::ExpressionT v8::internal::ParserBase<Traits>::ParseYieldExpression(bool*) [with Traits = v8::internal::PreParserTraits]’: | |
.././src/preparser.h:2244:9: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
if (kind == Yield::kSuspend) | |
^~ | |
.././src/preparser.h:2248:7: note: here | |
default: | |
^~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/prettyprinter.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/prettyprinter.o ../src/prettyprinter.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/prettyprinter.cc:7: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/prettyprinter.cc:7: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/prettyprinter.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/prettyprinter.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/prettyprinter.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/prettyprinter.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/profile-generator.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/profile-generator.o ../src/profile-generator.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/profile-generator.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/profile-generator.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/profile-generator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/profile-generator.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/profile-generator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/profile-generator.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/property.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/property.o ../src/property.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/isolate.h:9, | |
from .././src/factory.h:8, | |
from .././src/property.h:10, | |
from ../src/property.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/isolate.h:9, | |
from .././src/factory.h:8, | |
from .././src/property.h:10, | |
from ../src/property.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/isolate.h:13, | |
from .././src/factory.h:8, | |
from .././src/property.h:10, | |
from ../src/property.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././include/v8-debug.h:8:0, | |
from .././src/isolate.h:8, | |
from .././src/factory.h:8, | |
from .././src/property.h:10, | |
from ../src/property.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/isolate.h:13, | |
from .././src/factory.h:8, | |
from .././src/property.h:10, | |
from ../src/property.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././include/v8-debug.h:8:0, | |
from .././src/isolate.h:8, | |
from .././src/factory.h:8, | |
from .././src/property.h:10, | |
from ../src/property.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/regexp-macro-assembler-irregexp.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/regexp-macro-assembler-irregexp.o ../src/regexp-macro-assembler-irregexp.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/regexp-macro-assembler-irregexp.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/regexp-macro-assembler-irregexp.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/regexp-macro-assembler-irregexp.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/regexp-macro-assembler-irregexp.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/regexp-macro-assembler-irregexp.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/regexp-macro-assembler-irregexp.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/regexp-macro-assembler-tracer.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/regexp-macro-assembler-tracer.o ../src/regexp-macro-assembler-tracer.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/regexp-macro-assembler-tracer.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/regexp-macro-assembler-tracer.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/regexp-macro-assembler-tracer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/regexp-macro-assembler-tracer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/regexp-macro-assembler-tracer.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/regexp-macro-assembler-tracer.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/regexp-macro-assembler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/regexp-macro-assembler.o ../src/regexp-macro-assembler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/regexp-macro-assembler.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/regexp-macro-assembler.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/regexp-macro-assembler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/regexp-macro-assembler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/regexp-macro-assembler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/regexp-macro-assembler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/regexp-stack.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/regexp-stack.o ../src/regexp-stack.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/regexp-stack.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/regexp-stack.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/regexp-stack.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/regexp-stack.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/regexp-stack.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/regexp-stack.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/rewriter.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/rewriter.o ../src/rewriter.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/rewriter.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/rewriter.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/rewriter.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/rewriter.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/rewriter.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/rewriter.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime-profiler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime-profiler.o ../src/runtime-profiler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime-profiler.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime-profiler.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime-profiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime-profiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime-profiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime-profiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-api.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-api.o ../src/runtime/runtime-api.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-api.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-api.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-api.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-api.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-api.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-api.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-array.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-array.o ../src/runtime/runtime-array.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-array.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-array.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-array.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-array.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-array.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-array.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-classes.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-classes.o ../src/runtime/runtime-classes.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-classes.cc:8: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-classes.cc:8: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-classes.cc:8: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-classes.cc:8: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-classes.cc:8: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-classes.cc:8: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-collections.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-collections.o ../src/runtime/runtime-collections.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-collections.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-collections.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-collections.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-collections.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-collections.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-collections.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-compiler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-compiler.o ../src/runtime/runtime-compiler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-compiler.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-compiler.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-compiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-compiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-compiler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-compiler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-date.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-date.o ../src/runtime/runtime-date.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-date.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-date.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-date.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-date.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-date.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-date.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-debug.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-debug.o ../src/runtime/runtime-debug.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-debug.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-debug.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-debug.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-debug.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-debug.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-debug.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-function.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-function.o ../src/runtime/runtime-function.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-function.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-function.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-function.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-function.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-function.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-function.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-generator.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-generator.o ../src/runtime/runtime-generator.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-generator.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-generator.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-generator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-generator.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-generator.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-generator.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-i18n.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-i18n.o ../src/runtime/runtime-i18n.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-i18n.cc:7: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-i18n.cc:7: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-i18n.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-i18n.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-i18n.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-i18n.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-internal.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-internal.o ../src/runtime/runtime-internal.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-internal.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-internal.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-internal.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-internal.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-internal.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-internal.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-json.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-json.o ../src/runtime/runtime-json.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-json.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-json.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-json.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-json.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-json.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-json.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-literals.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-literals.o ../src/runtime/runtime-literals.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-literals.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-literals.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-literals.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-literals.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-literals.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-literals.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-liveedit.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-liveedit.o ../src/runtime/runtime-liveedit.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-liveedit.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-liveedit.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-liveedit.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-liveedit.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-liveedit.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-liveedit.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-maths.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-maths.o ../src/runtime/runtime-maths.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-maths.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-maths.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-maths.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-maths.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-maths.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-maths.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-numbers.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-numbers.o ../src/runtime/runtime-numbers.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-numbers.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-numbers.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-numbers.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-numbers.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-numbers.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-numbers.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-object.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-object.o ../src/runtime/runtime-object.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-object.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-object.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-object.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-object.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-object.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-object.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-observe.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-observe.o ../src/runtime/runtime-observe.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-observe.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-observe.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-observe.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-observe.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-observe.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-observe.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-proxy.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-proxy.o ../src/runtime/runtime-proxy.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-proxy.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-proxy.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-proxy.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-proxy.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-proxy.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-proxy.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-regexp.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-regexp.o ../src/runtime/runtime-regexp.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-regexp.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-regexp.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-regexp.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-regexp.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-regexp.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-regexp.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-scopes.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-scopes.o ../src/runtime/runtime-scopes.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-scopes.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-scopes.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-scopes.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-scopes.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-scopes.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-scopes.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-strings.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-strings.o ../src/runtime/runtime-strings.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-strings.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-strings.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-strings.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-strings.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-strings.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-strings.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-symbol.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-symbol.o ../src/runtime/runtime-symbol.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-symbol.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-symbol.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-symbol.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-symbol.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-symbol.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-symbol.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-test.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-test.o ../src/runtime/runtime-test.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-test.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-test.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-test.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-test.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-test.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-test.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-typedarray.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-typedarray.o ../src/runtime/runtime-typedarray.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-typedarray.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-typedarray.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-typedarray.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-typedarray.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-typedarray.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-typedarray.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-uri.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime-uri.o ../src/runtime/runtime-uri.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-uri.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime-uri.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-uri.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-uri.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime-uri.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime-uri.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/runtime/runtime.o ../src/runtime/runtime.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/runtime/runtime.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/runtime/runtime.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/runtime/runtime.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/safepoint-table.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/safepoint-table.o ../src/safepoint-table.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/safepoint-table.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/safepoint-table.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/safepoint-table.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/safepoint-table.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/safepoint-table.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/safepoint-table.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/sampler.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/sampler.o ../src/sampler.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/frames.h:8, | |
from .././src/sampler.h:11, | |
from ../src/sampler.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/frames.h:8, | |
from .././src/sampler.h:11, | |
from ../src/sampler.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/frames.h:9, | |
from .././src/sampler.h:11, | |
from ../src/sampler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/sampler.h:8:0, | |
from ../src/sampler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/frames.h:9, | |
from .././src/sampler.h:11, | |
from ../src/sampler.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/sampler.h:8:0, | |
from ../src/sampler.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/scanner-character-streams.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/scanner-character-streams.o ../src/scanner-character-streams.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/scanner-character-streams.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/scanner-character-streams.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/scanner-character-streams.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/scanner-character-streams.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/scanner-character-streams.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/scanner-character-streams.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/scanner.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/scanner.o ../src/scanner.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/scanner.cc:11: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/scanner.cc:11: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/scanner.cc:11: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/scanner.cc:11: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/scanner.cc:11: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/scanner.cc:11: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/scopeinfo.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/scopeinfo.o ../src/scopeinfo.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/scopeinfo.cc:7: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/scopeinfo.cc:7: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/scopeinfo.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/scopeinfo.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/scopeinfo.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/scopeinfo.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/scopes.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/scopes.o ../src/scopes.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/scopes.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/scopes.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/scopes.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/scopes.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/scopes.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/scopes.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/serialize.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/serialize.o ../src/serialize.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/serialize.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/serialize.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/serialize.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/serialize.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/serialize.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/serialize.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/checks.h:8:0, | |
from .././src/v8.h:31, | |
from ../src/serialize.cc:5: | |
../src/serialize.cc: In member function ‘virtual void v8::internal::CodeSerializer::SerializeObject(v8::internal::HeapObject*, v8::internal::SerializerDeserializer::HowToCode, v8::internal::SerializerDeserializer::WhereToPoint, int)’: | |
.././src/base/logging.h:38:15: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
V8_Fatal(__FILE__, __LINE__, "CHECK(%s) failed", #condition); \ | |
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/serialize.cc:2031:9: note: in expansion of macro ‘CHECK’ | |
CHECK(false); | |
^~~~~ | |
../src/serialize.cc:2032:7: note: here | |
case Code::BUILTIN: | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/snapshot-source-sink.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/snapshot-source-sink.o ../src/snapshot-source-sink.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/utils.h:14, | |
from .././src/snapshot-source-sink.h:9, | |
from ../src/snapshot-source-sink.cc:6: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/utils.h:14, | |
from .././src/snapshot-source-sink.h:9, | |
from ../src/snapshot-source-sink.cc:6: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from ../src/snapshot-source-sink.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/utils.h:13:0, | |
from .././src/snapshot-source-sink.h:9, | |
from ../src/snapshot-source-sink.cc:6: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from ../src/snapshot-source-sink.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/utils.h:13:0, | |
from .././src/snapshot-source-sink.h:9, | |
from ../src/snapshot-source-sink.cc:6: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/string-search.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/string-search.o ../src/string-search.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/string-search.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/string-search.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/string-search.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/string-search.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/string-search.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/string-search.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/string-stream.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/string-stream.o ../src/string-stream.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/objects.h:10, | |
from .././src/handles.h:8, | |
from .././src/string-stream.h:8, | |
from ../src/string-stream.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/objects.h:10, | |
from .././src/handles.h:8, | |
from .././src/string-stream.h:8, | |
from ../src/string-stream.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/string-stream.h:8, | |
from ../src/string-stream.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/objects.h:10, | |
from .././src/handles.h:8, | |
from .././src/string-stream.h:8, | |
from ../src/string-stream.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/string-stream.h:8, | |
from ../src/string-stream.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/objects.h:10, | |
from .././src/handles.h:8, | |
from .././src/string-stream.h:8, | |
from ../src/string-stream.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/strtod.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/strtod.o ../src/strtod.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/strtod.cc:8: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/strtod.cc:8: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/strtod.cc:8: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/strtod.cc:8: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/strtod.cc:8: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/strtod.cc:8: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/stub-cache.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/stub-cache.o ../src/ic/stub-cache.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/stub-cache.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/stub-cache.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/stub-cache.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/stub-cache.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/stub-cache.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/stub-cache.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/token.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/token.o ../src/token.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/token.h:9, | |
from ../src/token.cc:6: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/token.h:9, | |
from ../src/token.cc:6: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/transitions.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/transitions.o ../src/transitions.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/transitions.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/transitions.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/transitions.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/transitions.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/transitions.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/transitions.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/type-feedback-vector.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/type-feedback-vector.o ../src/type-feedback-vector.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/type-feedback-vector.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/type-feedback-vector.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/type-feedback-vector.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/type-feedback-vector.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/type-feedback-vector.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/type-feedback-vector.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/type-info.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/type-info.o ../src/type-info.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/type-info.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/type-info.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/type-info.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/type-info.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/type-info.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/type-info.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/types.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/types.o ../src/types.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/objects.h:10, | |
from .././src/handles.h:8, | |
from .././src/conversions.h:11, | |
from .././src/types.h:8, | |
from ../src/types.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/objects.h:10, | |
from .././src/handles.h:8, | |
from .././src/conversions.h:11, | |
from .././src/types.h:8, | |
from ../src/types.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/conversions.h:11, | |
from .././src/types.h:8, | |
from ../src/types.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/objects.h:10, | |
from .././src/handles.h:8, | |
from .././src/conversions.h:11, | |
from .././src/types.h:8, | |
from ../src/types.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/handles.h:8:0, | |
from .././src/conversions.h:11, | |
from .././src/types.h:8, | |
from ../src/types.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/allocation.h:8:0, | |
from .././src/objects.h:10, | |
from .././src/handles.h:8, | |
from .././src/conversions.h:11, | |
from .././src/types.h:8, | |
from ../src/types.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/typing.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/typing.o ../src/typing.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/typing.h:8, | |
from ../src/typing.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/typing.h:8, | |
from ../src/typing.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/typing.h:8, | |
from ../src/typing.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/typing.h:8, | |
from ../src/typing.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/typing.h:8, | |
from ../src/typing.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/typing.h:8, | |
from ../src/typing.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/unicode.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/unicode.o ../src/unicode.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/unicode.h:9, | |
from .././src/unicode-inl.h:8, | |
from ../src/unicode.cc:7: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/unicode.h:9, | |
from .././src/unicode-inl.h:8, | |
from ../src/unicode.cc:7: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/unicode-decoder.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/unicode-decoder.o ../src/unicode-decoder.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/unicode.h:9, | |
from .././src/unicode-inl.h:8, | |
from ../src/unicode-decoder.cc:6: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/unicode.h:9, | |
from .././src/unicode-inl.h:8, | |
from ../src/unicode-decoder.cc:6: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/utils.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/utils.o ../src/utils.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/utils.cc:8: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/utils.cc:8: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/utils.cc:8: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/utils.cc:8: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/utils.cc:8: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/utils.cc:8: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/v8.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/v8.o ../src/v8.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/v8.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/v8.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/v8.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/v8.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/v8.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/v8.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/v8threads.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/v8threads.o ../src/v8threads.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/v8threads.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/v8threads.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/v8threads.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/v8threads.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/v8threads.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/v8threads.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/variables.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/variables.o ../src/variables.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/variables.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/variables.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/variables.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/variables.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/variables.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/variables.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/version.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/version.o ../src/version.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/version.cc:28: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/version.cc:28: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/version.cc:28: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/version.cc:28: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/version.cc:28: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/version.cc:28: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/zone.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/zone.o ../src/zone.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/zone.cc:7: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/zone.cc:7: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/zone.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/zone.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/zone.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/zone.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/third_party/fdlibm/fdlibm.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/third_party/fdlibm/fdlibm.o ../src/third_party/fdlibm/fdlibm.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/third_party/fdlibm/fdlibm.cc:16: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/third_party/fdlibm/fdlibm.cc:16: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/third_party/fdlibm/fdlibm.cc:16: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/third_party/fdlibm/fdlibm.cc:16: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/third_party/fdlibm/fdlibm.cc:16: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/third_party/fdlibm/fdlibm.cc:16: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/assembler-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/assembler-x64.o ../src/x64/assembler-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/assembler-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/assembler-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/assembler-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/assembler-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/assembler-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/assembler-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
../src/x64/assembler-x64.cc: In member function ‘void v8::internal::Assembler::Nop(int)’: | |
../src/x64/assembler-x64.cc:1591:13: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
emit(0x66); | |
~~~~^~~~~~ | |
../src/x64/assembler-x64.cc:1592:7: note: here | |
case 1: | |
^~~~ | |
../src/x64/assembler-x64.cc:1607:13: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
emit(0x66); | |
~~~~^~~~~~ | |
../src/x64/assembler-x64.cc:1608:7: note: here | |
case 5: | |
^~~~ | |
../src/x64/assembler-x64.cc:1627:10: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
n--; | |
~^~ | |
../src/x64/assembler-x64.cc:1628:7: note: here | |
case 10: | |
^~~~ | |
../src/x64/assembler-x64.cc:1630:10: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
n--; | |
~^~ | |
../src/x64/assembler-x64.cc:1631:7: note: here | |
case 9: | |
^~~~ | |
../src/x64/assembler-x64.cc:1633:10: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
n--; | |
~^~ | |
../src/x64/assembler-x64.cc:1634:7: note: here | |
case 8: | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/builtins-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/builtins-x64.o ../src/x64/builtins-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/builtins-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/builtins-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/builtins-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/builtins-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/builtins-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/builtins-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/code-stubs-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/code-stubs-x64.o ../src/x64/code-stubs-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/code-stubs-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/code-stubs-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/code-stubs-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/code-stubs-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/code-stubs-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/code-stubs-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/codegen-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/codegen-x64.o ../src/x64/codegen-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/codegen-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/codegen-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/codegen-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/codegen-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/codegen-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/codegen-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/cpu-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/cpu-x64.o ../src/x64/cpu-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/cpu-x64.cc:11: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/cpu-x64.cc:11: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/cpu-x64.cc:11: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/cpu-x64.cc:11: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/cpu-x64.cc:11: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/cpu-x64.cc:11: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/debug-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/debug-x64.o ../src/x64/debug-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/debug-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/debug-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/debug-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/debug-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/debug-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/debug-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/deoptimizer-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/deoptimizer-x64.o ../src/x64/deoptimizer-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/deoptimizer-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/deoptimizer-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/deoptimizer-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/deoptimizer-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/deoptimizer-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/deoptimizer-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/disasm-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/disasm-x64.o ../src/x64/disasm-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/disasm-x64.cc:9: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/disasm-x64.cc:9: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/disasm-x64.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/disasm-x64.cc:9: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/disasm-x64.cc:9: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/disasm-x64.cc:9: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/frames-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/frames-x64.o ../src/x64/frames-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/frames-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/frames-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/frames-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/frames-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/frames-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/frames-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/full-codegen-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/full-codegen-x64.o ../src/x64/full-codegen-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/full-codegen-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/full-codegen-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/full-codegen-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/full-codegen-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/full-codegen-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/full-codegen-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/interface-descriptors-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/interface-descriptors-x64.o ../src/x64/interface-descriptors-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/interface-descriptors-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/interface-descriptors-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/interface-descriptors-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/interface-descriptors-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/interface-descriptors-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/interface-descriptors-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/lithium-codegen-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/lithium-codegen-x64.o ../src/x64/lithium-codegen-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/lithium-codegen-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/lithium-codegen-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/lithium-codegen-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/lithium-codegen-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/lithium-codegen-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/lithium-codegen-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/lithium-gap-resolver-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/lithium-gap-resolver-x64.o ../src/x64/lithium-gap-resolver-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/lithium-gap-resolver-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/lithium-gap-resolver-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/lithium-gap-resolver-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/lithium-gap-resolver-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/lithium-gap-resolver-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/lithium-gap-resolver-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/lithium-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/lithium-x64.o ../src/x64/lithium-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/lithium-x64.cc:7: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/lithium-x64.cc:7: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/lithium-x64.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/lithium-x64.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/lithium-x64.cc:7: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/lithium-x64.cc:7: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/macro-assembler-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/macro-assembler-x64.o ../src/x64/macro-assembler-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/macro-assembler-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/macro-assembler-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/macro-assembler-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/macro-assembler-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/macro-assembler-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/macro-assembler-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/regexp-macro-assembler-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/x64/regexp-macro-assembler-x64.o ../src/x64/regexp-macro-assembler-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/regexp-macro-assembler-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/x64/regexp-macro-assembler-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/regexp-macro-assembler-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/regexp-macro-assembler-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/x64/regexp-macro-assembler-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/x64/regexp-macro-assembler-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/x64/code-generator-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/x64/code-generator-x64.o ../src/compiler/x64/code-generator-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/base/bits.h:9, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from .././src/compiler/code-generator.h:10, | |
from ../src/compiler/x64/code-generator-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/base/bits.h:9:0, | |
from .././src/compiler/machine-type.h:10, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from .././src/compiler/code-generator.h:10, | |
from ../src/compiler/x64/code-generator-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from .././src/compiler/code-generator.h:10, | |
from ../src/compiler/x64/code-generator-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from .././src/compiler/code-generator.h:10, | |
from ../src/compiler/x64/code-generator-x64.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/api.h:8, | |
from .././src/handles-inl.h:9, | |
from .././src/unique.h:11, | |
from .././src/compiler/common-operator.h:9, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from .././src/compiler/code-generator.h:10, | |
from ../src/compiler/x64/code-generator-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/compiler/machine-type.h:11:0, | |
from .././src/compiler/common-operator.h:8, | |
from .././src/compiler/instruction.h:13, | |
from .././src/compiler/gap-resolver.h:8, | |
from .././src/compiler/code-generator.h:10, | |
from ../src/compiler/x64/code-generator-x64.cc:5: | |
.././src/globals.h:329:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/x64/instruction-selector-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/x64/instruction-selector-x64.o ../src/compiler/x64/instruction-selector-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/generic-node-inl.h:8, | |
from ../src/compiler/x64/instruction-selector-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from .././src/compiler/generic-node-inl.h:8, | |
from ../src/compiler/x64/instruction-selector-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node-inl.h:8, | |
from ../src/compiler/x64/instruction-selector-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/generic-node-inl.h:8, | |
from ../src/compiler/x64/instruction-selector-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from .././src/compiler/generic-node-inl.h:8, | |
from ../src/compiler/x64/instruction-selector-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from .././src/compiler/generic-node-inl.h:8, | |
from ../src/compiler/x64/instruction-selector-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/x64/linkage-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/compiler/x64/linkage-x64.o ../src/compiler/x64/linkage-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/compiler/x64/linkage-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/compiler/x64/linkage-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/compiler/x64/linkage-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/compiler/x64/linkage-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/compiler/x64/linkage-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/compiler/x64/linkage-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/x64/access-compiler-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/x64/access-compiler-x64.o ../src/ic/x64/access-compiler-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/x64/access-compiler-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/x64/access-compiler-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/x64/access-compiler-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/x64/access-compiler-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/x64/access-compiler-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/x64/access-compiler-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/x64/handler-compiler-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/x64/handler-compiler-x64.o ../src/ic/x64/handler-compiler-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/x64/handler-compiler-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/x64/handler-compiler-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/x64/handler-compiler-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/x64/handler-compiler-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/x64/handler-compiler-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/x64/handler-compiler-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/x64/ic-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/x64/ic-x64.o ../src/ic/x64/ic-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/x64/ic-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/x64/ic-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/x64/ic-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/x64/ic-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/x64/ic-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/x64/ic-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/x64/ic-compiler-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/x64/ic-compiler-x64.o ../src/ic/x64/ic-compiler-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/x64/ic-compiler-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/x64/ic-compiler-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/x64/ic-compiler-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/x64/ic-compiler-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/x64/ic-compiler-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::HashForObject(Key, v8::internal::Object*)’: | |
.././src/objects.h:3216:55: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/x64/ic-compiler-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
/usr/bin/c++ '-DV8_TARGET_ARCH_X64' '-DENABLE_GDB_JIT_INTERFACE' '-DV8_DEPRECATION_WARNINGS' '-DV8_I18N_SUPPORT' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DU_USING_ICU_NAMESPACE=0' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' -I../. -I../third_party/icu/source/i18n -I../third_party/icu/source/common -Wall -W -Wno-unused-parameter -Wno-long-long -pthread -fno-exceptions -pedantic -Wno-missing-field-initializers -fvisibility=hidden -m64 -m64 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction-sections -O3 -Wnon-virtual-dtor -fno-rtti -std=gnu++0x -MMD -MF /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/.deps//home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/x64/stub-cache-x64.o.d.raw -c -o /home/vadorequest/rethinkdb-2.3.6/build/external/v8_3.30.33.16-patched2/build/out/x64.release/obj.target/v8_base/src/ic/x64/stub-cache-x64.o ../src/ic/x64/stub-cache-x64.cc | |
In file included from .././src/base/macros.h:14:0, | |
from .././src/globals.h:13, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/x64/stub-cache-x64.cc:5: | |
.././src/base/compiler-specific.h:48:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from .././src/globals.h:13:0, | |
from .././src/allocation.h:8, | |
from .././src/v8.h:32, | |
from ../src/ic/x64/stub-cache-x64.cc:5: | |
.././src/base/macros.h:330:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
#elif V8_CC_MINGW64 | |
^~~~~~~~~~~~~ | |
In file included from .././src/counters.h:12:0, | |
from .././src/heap/heap.h:12, | |
from .././src/contexts.h:8, | |
from .././src/objects-inl.h:17, | |
from .././src/v8.h:39, | |
from ../src/ic/x64/stub-cache-x64.cc:5: | |
.././src/objects.h: In member function ‘uint32_t v8::internal::HashTable<Derived, Shape, Key>::Hash(Key)’: | |
.././src/objects.h:3208:46: warning: invalid use of incomplete type ‘class v8::internal::Heap’ | |
return Shape::SeededHash(key, GetHeap()->HashSeed()); | |
^~ | |
In file included from .././src/v8.h:29:0, | |
from ../src/ic/x64/stub-cache-x64.cc:5: | |
.././include/v8.h:134:7: note: forward declaration of ‘class v8::internal::Heap’ | |
class Heap; | |
^~~~ | |
In file included from . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lmfao