On Mon, Sep 1, 2025 at 2:14 PM 'Matthias Liedtke' via v8-dev <v8-dev@googlegroups.com> wrote: > > Configuring warnings as errors will always lead to "breaking changes" if the > set of warnings between the library (v8) and the client mismatches. > It seems that > > // first line \ > // second line > > produces a warning with -Wcomment. > This warning is not included in either -Wextra nor -Wpedantic, so I'm not > sure how V8 could make sure that no client breaks if they enable additional > warnings while also running with warnings as errors.
OK. FWIW I'm seeing this on gcc 14 with -O2 -Wall . But I can patch it on my end if this is not a supported toolchain. -- -- v8-dev mailing list v8-dev@googlegroups.com 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 v8-dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/v8-dev/CABFfbXu9WoDBpSzibb%2BJqdjVFm2VkYvtDS4pLHFQ5tXjKZvBUA%40mail.gmail.com.