Skip to content

Commit

Permalink
CI: enable -Wpedantic in "More warnings and checks" jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Feb 17, 2024
1 parent 553e356 commit ad4dbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ task:
cc: gcc-13
cxx: g++-13
env: &extra_warnings_and_checks_env
CXXFLAGS: "-D_GLIBCXX_ASSERTIONS -Wformat -Wformat-security -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -Wnull-dereference -Wdouble-promotion -O3"
CXXFLAGS: "-D_GLIBCXX_ASSERTIONS -Wformat -Wformat-security -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -Wnull-dereference -Wdouble-promotion -O3 -Wpedantic"
- name: Clang 17, more warnings and checks (Ubuntu 23.10)
container:
greedy: true
Expand Down

0 comments on commit ad4dbf5

Please sign in to comment.