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:
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "Base64.h"
|
||||
|
||||
|
||||
// clazy:excludeall=non-pod-global-static
|
||||
static const std::string base64_chars =
|
||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
"abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
Reference in New Issue
Block a user