summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-13 23:44:51 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-14 00:18:30 +0100
commita48e334a71b7f1589b4c4470e558fd0ac5b95531 (patch)
treee0418de3ae9375f6d6464501265e21a09f85bddf /.github/workflows
parent3a9048073bf045c40ae015d61634bf6248540ce2 (diff)
Remove unused non-trivial variables
Fixes all -Wclazy-unused-non-trivial-variable warnings. See https://github.com/KDE/clazy/blob/master/docs/checks/README-unused-non-trivial-variable.md for details.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/clazy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clazy.yml b/.github/workflows/clazy.yml
index 3b07644b6f..700db4173f 100644
--- a/.github/workflows/clazy.yml
+++ b/.github/workflows/clazy.yml
@@ -22,4 +22,4 @@ jobs:
LD: clang++
CC: clang
CXX: clazy
- CLAZY_CHECKS: range-loop
+ CLAZY_CHECKS: range-loop,unused-non-trivial-variable