Build src without pedantic warnings
- Make it possible to build
src
(examples
are currently too broken) with-Wall -Wextra -pedantic -Werror
. - Add CI job
gcc11_pedantic
that builds with the pedantic flags.
src
(examples
are currently too broken) with -Wall -Wextra -pedantic -Werror
.gcc11_pedantic
that builds with the pedantic flags.