Re: [PATCH 0/6] Turn some C warnings into errors by default

2023-11-13 Thread Sam James
Florian Weimer writes: > This patch series converts the following warnings into errors by > default: > > -Wint-conversion > -Wimplicit-function-declaration > -Wimplicit-int > -Wreturn-mismatch > -Wincompatible-pointer-types > > As explained in the first commit, I decided not to use pe

[PATCH 0/6] Turn some C warnings into errors by default

2023-11-13 Thread Florian Weimer
This patch series converts the following warnings into errors by default: -Wint-conversion -Wimplicit-function-declaration -Wimplicit-int -Wreturn-mismatch -Wincompatible-pointer-types As explained in the first commit, I decided not to use permerror_opt because it does not exhibit the e