Address clang-tidy 19 warnings (#2474)

This commit is contained in:
Andrew Gaul
2024-06-23 08:51:51 +05:30
committed by GitHub
parent 86e6bdaf4d
commit 254d717a4a
8 changed files with 18 additions and 20 deletions

View File

@ -402,7 +402,7 @@ std::string s3fs_base64(const unsigned char* input, size_t length)
return result;
}
inline unsigned char char_decode64(const char ch)
static inline unsigned char char_decode64(const char ch)
{
unsigned char by;
if('A' <= ch && ch <= 'Z'){ // A - Z