summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-13 23:09:28 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-13 23:12:19 +0100
commit2299b25c0a4255a44306fe176d79bf2587545720 (patch)
tree10aa7110a454ff8a91d6b26cd45f0e1d6074f6b2 /.github/workflows
parent3a9048073bf045c40ae015d61634bf6248540ce2 (diff)
Fix -Wclazy-qstring-arg warnings
Avoids unnecessary memory allocations by using the multi-arg overload. See https://github.com/KDE/clazy/blob/master/docs/checks/README-qstring-arg.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..f2b2cb51f5 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,qstring-arg