I ran:

git checkout 5.7-lkgr
gclient sync
make x64.release

Errors:

make[1]: Entering directory '/home/mzasso/git/chromium/v8/v8/out'
  CXX(target) 
/home/mzasso/git/chromium/v8/v8/out/x64.release/obj.target/v8_base/src/wasm/wasm-js.o
../src/wasm/wasm-js.cc:250:8: error: unused variable 'bytes' 
[-Werror,-Wunused-variable]
  auto bytes = GetFirstArgumentAsBytes(args, &thrower);
       ^
../src/wasm/wasm-js.cc:296:8: error: unused variable 'bytes' 
[-Werror,-Wunused-variable]
  auto bytes = GetFirstArgumentAsBytes(args, &thrower);
       ^
2 errors generated.
src/v8_base.target.x64.release.mk:697: recipe for target 
'/home/mzasso/git/chromium/v8/v8/out/x64.release/obj.target/v8_base/src/wasm/wasm-js.o'
 
failed
make[1]: *** 
[/home/mzasso/git/chromium/v8/v8/out/x64.release/obj.target/v8_base/src/wasm/wasm-js.o]
 
Error 1



The lines were introduced in this commit:
https://github.com/v8/v8/commit/b98b2190bf24960388760146c771fa94b4860ac0

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" 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