We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7ebd8 commit 1c27f6dCopy full SHA for 1c27f6d
1 file changed
.github/workflows/posix.yml
@@ -6,7 +6,7 @@ name: posix
6
pull_request:
7
8
env:
9
- CXXFLAGS: -fsanitize=address -Werror -Wall -Wextra -pedantic
+ CXXFLAGS: -fsanitize=address -Werror -Wall -Wextra -Wpedantic
10
LDFLAGS: -fsanitize=address
11
12
jobs:
0 commit comments