Skip to content

Build src without pedantic warnings

Sergey Kosukhin requested to merge compiler-warnings into master
  1. Make it possible to build src (examples are currently too broken) with -Wall -Wextra -pedantic -Werror.
  2. Add CI job gcc11_pedantic that builds with the pedantic flags.

Merge request reports