Hello, On Thu, Nov 30 2023, Florian Weimer via Gcc wrote: > The patch series is currently under review: > > [PATCH v3 00/11] : More warnings as errors by default > > <https://inbox.sourceware.org/gcc-patches/cover.1700473918.git.fwei...@redhat.com/> > > Jeff as a global reviewer has delegated review to Marek. > > The current series is based on an earlier suggestion to do as much as > possible in one transition. The full list of upgraded warnings is: > > -Wimplicit-function-declaration > -Wimplicit-int > -Wint-conversion > -Wreturn-mismatch (new, previously part of -Wreturn-types) > -Wdeclaration-missing-parameter-type (new, previously unnamed) > -Wincompatible-pointer-types
[...] > > Thoughts? > First and foremost, thanks a lot for working on this and especially for starting with the enormous task of dealing with the fallout. Given you probably have the most experience with it, can you please also suggest an entry to https://gcc.gnu.org/gcc-14/porting_to.html that would describe this change? (I was thinking of proposing something myself, but I don't really know just how much verbose such an entry should be.) Thanks! Martin