We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0183545 commit a16385bCopy full SHA for a16385b
.github/workflows/linux.yaml
@@ -57,6 +57,28 @@ jobs:
57
run: |
58
cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
59
-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"
82
$GITHUB_WORKSPACE
83
84
- name: Build
0 commit comments