Arghhhh... Any way to disable turning of warnings to errors?

  g++ '-DV8_GYP_BUILD' '-DCR_CLANG_REVISION=308728-3' 
'-DV8_TARGET_ARCH_IA32' '-DENABLE_GDB_JIT_INTERFACE' 
'-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' 
'-DV8_INTL_SUPPORT' '-DV8_USE_EXTERNAL_STARTUP_DATA' 
'-DV8_CHECK_MICROTASKS_SCOPES_CONSISTENCY' 
'-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE' '-DU_USING_ICU_NAMESPACE=0' 
'-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION' '-DENABLE_HANDLE_ZAPPING' 
-I../. -I/usr/src/v8/out/ia32.release/obj/gen -I../include -I../third_party/
icu/source/i18n -I../third_party/icu/source/common  -Wall -Werror -Wno-
unused-parameter -pthread -Wmissing-field-initializers -Wno-strict-overflow 
-fno-strict-aliasing -fvisibility=hidden -Wno-uninitialized -B/usr/src/v8/
third_party/binutils/Linux_ia32/Release/bin -msse2 -mfpmath=sse -mmmx -B/usr
/src/v8/third_party/binutils/Linux_ia32/Release/bin -msse2 -mfpmath=sse -mmmx 
-m32 -m32 -fdata-sections -ffunction-sections -O3 -fdata-sections -ffunction
-sections -O3 -Wnon-virtual-dtor -fno-exceptions -fno-rtti -std=gnu++11 -MMD 
-MF 
/usr/src/v8/out/ia32.release/.deps//usr/src/v8/out/ia32.release/obj.target/v8_base/src/compiler/store-store-elimination.o.d.raw
 
  -c -o 
/usr/src/v8/out/ia32.release/obj.target/v8_base/src/compiler/store-store-elimination.o
 
../src/compiler/store-store-elimination.cc
../src/compiler/store-store-elimination.cc:555:6: error: 'bool 
v8::internal::compiler::{anonymous}::UnobservableStore::operator!=(v8::internal::compiler::{anonymous}::UnobservableStore)
 
const' defined but not used [-Werror=unused-function]
 bool UnobservableStore::operator!=(const UnobservableStore other) const {
      ^~~~~~~~~~~~~~~~~
../src/compiler/store-store-elimination.cc:254:6: error: 'static bool 
v8::internal::compiler::{anonymous}::RedundantStoreFinder::IsEffectful(v8::internal::compiler::Node*)'
 
defined but not used [-Werror=unused-function]
 bool RedundantStoreFinder::IsEffectful(Node* node) {
      ^~~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[1]: *** [src/v8_base.target.ia32.release.mk:696: /usr/src/v8/out/ia32.
release/obj.target/v8_base/src/compiler/store-store-elimination.o] Error 1
rm bdc92efe44eca1954fdff70fd086c7e138d0fbb1.intermediate
make[1]: Leaving directory '/usr/src/v8/out'
make: *** [Makefile:315: ia32.release] Error 2

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to