Try treat_warnings_as_errors=false On Tuesday, November 10, 2020 at 9:53:22 PM UTC-5 Tie Sun wrote:
> I'm trying to build v8(version 8.0) for android on Mac, and my args.gn is > as below: > ====================================== > is_debug = false > is_component_build = false > target_os = "android" > target_cpu = "arm64" > v8_target_cpu = "arm64" > v8_use_external_startup_data=false > v8_enable_handle_zapping=false > v8_monolithic=true > is_official_build=true > v8_enable_i18n_support=false > v8_untrusted_code_mitigations=false > use_custom_libcxx = false > use_thin_lto = false > v8_enable_lite_mode = true > v8_enable_wasm = false > v8_enable_debugger = false > v8_enable_minor_mc = false > symbol_level = 0 > use_lld = false > clang_use_chrome_plugins = false > ======================================= > But it returns an error as "implicit conversion loses integer precision: > 'unsigned long' to 'uint32_t'", more details : > [image: image.png] > > I searched online for hours and found nothing helpful, could you please > help me with this? > Thanks a lot! > > PS: I filed a bug here: > https://bugs.chromium.org/p/v8/issues/detail?id=11142&q=implicit%20conversion%20loses%20integer%20precision&can=2 > > > *Best regards!* > *--------------------------------------------------------------* > *From: **Tie**Sun @ Nanjing Chujin **Network Technology Co., Ltd.* > -- -- v8-users mailing list v8-users@googlegroups.com 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 v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/1bfbcd52-3419-4682-92d3-a01ffcdce6e5n%40googlegroups.com.