Status: New
Owner: ----

New issue 1870 by [email protected]: v8-3.8.1: error: variable 'address' set but not used
http://code.google.com/p/v8/issues/detail?id=1870

There is an error when building latest 3.8.1 version of v8 engine using GCC 4.6.1 on Mandriva 2011 x86:

scons library=shared

g++ -o obj/release/ia32/lithium-codegen-ia32.os -c -fno-rtti -fno-exceptions -fvisibility=hidden -Wall -Werror -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fPIC -DV8_TARGET_ARCH_IA32 -DV8_SHARED -DENABLE_DEBUGGER_SUPPORT -Isrc src/ia32/lithium-codegen-ia32.cc src/ia32/lithium-codegen-ia32.cc: In member function 'void v8::internal::LCodeGen::DoStoreGlobalCell(v8::internal::LStoreGlobalCell*)': src/ia32/lithium-codegen-ia32.cc:2128:12: error: variable 'address' set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to