Fix several clazy issue:

* Suppress non-POD static [-Wclazy-non-pod-global-static]
* Call to temporary is a no-op: [-Wclazy-writing-to-temporary]
* Unused QString [-Wclazy-unused-non-trivial-variable]
This commit is contained in:
wmayer
2022-07-24 21:39:59 +02:00
parent 36a6f9e2fc
commit bf7e6aac4a
3 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
#include "Base64.h"
// clazy:excludeall=non-pod-global-static
static const std::string base64_chars =
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"