Re: [PATCH v3 08/11] c: Do not ignore some forms of -Wimplicit-int in system headers

2023-11-30 Thread Marek Polacek
On Mon, Nov 20, 2023 at 10:56:26AM +0100, Florian Weimer wrote: > Most -Wimplicit-int warnings were unconditionally disabled for system > headers. Only missing types for parameters in old-style function > definitions resulted in warnings. This is inconsistent with the > treatment of other

[PATCH v3 08/11] c: Do not ignore some forms of -Wimplicit-int in system headers

2023-11-20 Thread Florian Weimer
Most -Wimplicit-int warnings were unconditionally disabled for system headers. Only missing types for parameters in old-style function definitions resulted in warnings. This is inconsistent with the treatment of other permerrors, which are active in system headers. gcc/c/ * c-decl.cc