Closed juniorz closed 6 years ago
Why not to use gnulib?
https://www.gnu.org/software/gnulib/manual/html_node/Initial-import.html#Initial-import
We should add -std=c99 to all compile commands
We should also add the -pedantic-errors
flag so the compiler errors when using non-C99 features.
Thanks! @olabini
Why
We want to target our code for the c99 standard.
Tasks
make code-check
in the pipeline to avoid this to become a problem again.