Skip to content

Commit e298b6e

Browse files
Revert "Enable all gcc and clang warnings for testing the CI (#478)" (#479)
This reverts commit a16385b.
1 parent a16385b commit e298b6e

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/linux.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -57,28 +57,6 @@ jobs:
5757
run: |
5858
cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
5959
-DVMA_BUILD_SAMPLES=YES \
60-
-DCMAKE_CXX_FLAGS="-Wall
61-
-Wextra
62-
-Wpedantic
63-
-Wconversion
64-
-Wsign-conversion
65-
-Wshadow
66-
-Wnull-dereference
67-
-Wdouble-promotion
68-
-Wformat=2
69-
-Wimplicit-fallthrough
70-
-Wundef
71-
-Wcast-align
72-
-Woverloaded-virtual
73-
-Wnon-virtual-dtor
74-
-Wstrict-overflow=5
75-
-Wuseless-cast
76-
-Wduplicated-cond
77-
-Wduplicated-branches
78-
-Wlogical-op
79-
-Wredundant-decls
80-
-Wstrict-null-sentinel
81-
-Wold-style-cast"
8260
$GITHUB_WORKSPACE
8361
8462
- name: Build

0 commit comments

Comments
 (0)