Hi Sebastian, On Sat, 13 Apr 2024, Sebastian Huber wrote: > + <li>The following warnings are now errors (see also > + <a href="porting_to.html">Porting to GCC 14</a>): > + <ul> > + <li><code>-Werror=declaration-missing-parameter-type</code></li> > + <li><code>-Werror=implicit-function-declaration</code></li> > + <li><code>-Werror=implicit-int</code></li> > + <li><code>-Werror=incompatible-pointer-types</code></li> > + <li><code>-Werror=int-conversion</code></li> > + <li><code>-Werror=return-mismatch</code></li> > + </ul>
thanks for putting this together. Just a question, and maybe I'm confused: these don't look like warnings to me? Are you saying that what used to be -Wint-conversion is now an error by default and does not need to activated as such with any further options? (That is, it appears as if those -Werror=... flags were used?) And does this apply to all C versions/dialects? Gerald