sbohmann / mini

3 stars 0 forks source link

Add -Wall and maybe -Wpedantic #5

Closed sbohmann closed 4 years ago

sbohmann commented 4 years ago

They both seem to only report problems caused by ignoring _Noreturn. Can they be made respect it? Is that header file required? Does it contain a macro that's missing otherwise?

Concerned functions: fail...

sbohmann commented 4 years ago

Done. Needed 6.3 to get rid of false warnings.