Please feel free to submit patches to fix things that are causing warnings in GCC. V8 is not being continuously tested on all GCC versions; I've made it warning-free on GCC 8 a couple of months ago, but it may well have regressed since then.
On Fri, Jan 18, 2019 at 7:53 AM Wilfried Gösgens <dotheb...@gmail.com> wrote: > Hi V8 Users, > I configured my V8 build with: > > is_component_build=false > v8_monolithic=true > v8_use_external_startup_data=false > v8_enable_i18n_support=true > use_custom_libcxx=false > use_sysroot=false > is_debug=false > is_clang=false > use_sysroot=false > > and am building on a debian buster with gcc (Debian 8.2.0-12) 8.2.0 > > and only after changing build/config/compiler/BUILD.gn > if (!is_clang) { > cflags_cc += [ > # See comment for -Wno-c++11-narrowing. > "-Wno-narrowing", > ] > to also contain > "-Wno-error=class-memaccess", > "-Wno-class-memaccess", > "-Wno-error=subobject-linkage", > "-Wno-stringop-overflow", > it stopped flodding warnings at me. > > Is this intended? or am I doing something else wrong? > > Cheers, > Willi > > -- > -- > 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. > For more options, visit https://groups.google.com/d/optout. > -- -- 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. For more options, visit https://groups.google.com/d/optout.