Skip to content

Commit 1c27f6d

Browse files
authored
Fix pedantic flag for CI
1 parent ce7ebd8 commit 1c27f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: posix
66
pull_request:
77

88
env:
9-
CXXFLAGS: -fsanitize=address -Werror -Wall -Wextra -pedantic
9+
CXXFLAGS: -fsanitize=address -Werror -Wall -Wextra -Wpedantic
1010
LDFLAGS: -fsanitize=address
1111

1212
jobs:

0 commit comments

Comments
 (0)