Skip to content

Commit

Permalink
Revert "CI: enable -Wpedantic in "More warnings and checks" jobs"
Browse files Browse the repository at this point in the history
This reverts commit ad4dbf5, because
the `cxx` crate uses dollar sign in its identifiers. We'll enable
`-Wpedantic` in CI once dtolnay/cxx#722 is
fixed.
  • Loading branch information
Minoru committed Mar 11, 2024
1 parent ad4dbf5 commit 8654947
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 -Wpedantic"
CXXFLAGS: "-D_GLIBCXX_ASSERTIONS -Wformat -Wformat-security -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -Wnull-dereference -Wdouble-promotion -O3"
- name: Clang 17, more warnings and checks (Ubuntu 23.10)
container:
greedy: true
Expand Down

0 comments on commit 8654947

Please sign in to comment.