Skip to content

Commit bd525f6

Browse files
committed
add -Wall
1 parent 8540b73 commit bd525f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu_pedantic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: cmake -D ADA_TESTING=ON -DBUILD_SHARED_LIBS=${{matrix.shared}} -G Ninja -B build
3535
env:
3636
CXX: g++-12
37-
CXXFLAGS: -Werror -Wextra -Wno-unused-parameter
37+
CXXFLAGS: -Wall -Werror -Wextra -Wno-unused-parameter
3838
- name: Build
3939
run: cmake --build build -j=4
4040
- name: Test

0 commit comments

Comments
 (0)