It is fixed in bleeding edge, however, isn't trunk supposed to be "tested" before it gets made available?
At least that's what the docs say :) On Sat, Mar 17, 2012 at 5:34 AM, Jakob Kummerow <[email protected]>wrote: > > > On Fri, Mar 16, 2012 at 23:17, mschwartz <[email protected]> wrote: > >> CXX(target) >> /home/mschwartz/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/v8_base/src/hydrogen-instructions.o >> ../src/hydrogen.cc: In member function ‘virtual void >> v8::internal::HGraphBuilder::VisitObjectLiteral(v8::internal::ObjectLiteral*)’: >> ../src/hydrogen.cc:3743:28: error: variable ‘name’ set but not used >> [-Werror=unused-but-set-variable] >> CXX(target) >> /home/mschwartz/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/v8_base/src/ic.o >> cc1plus: all warnings being treated as errors >> >> make[3]: *** >> [/home/mschwartz/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/v8_base/src/hydrogen.o] >> Error 1 >> >> Easy to fix by commenting out line 3743 in hydrogen.cc. >> >> But this really should be fixed in trunk, ya know? >> > > Thanks for reporting, but it's already > fixed<http://code.google.com/p/v8/source/detail?r=11044>on bleeding_edge, ya > know? > > The next push from bleeding_edge to trunk will probably happen on Monday. > > >> -- >> v8-users mailing list >> [email protected] >> http://groups.google.com/group/v8-users > > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
