Address clang-tidy 19 warnings (#2540)

This commit is contained in:
Andrew Gaul 2024-10-13 10:09:47 +09:00 committed by GitHub
parent 743c86e506
commit 15e2eae69a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ Checks: '
-abseil-*,
-altera-*,
-android-*,
-boost-*,
-bugprone-assignment-in-if-condition,
-bugprone-branch-clone,
-bugprone-easily-swappable-parameters,

View File

@ -102,7 +102,7 @@ class S3fsCurl
private:
enum class REQTYPE : int8_t {
UNSET = -1,
DELETE = 0,
DELETE,
HEAD,
PUTHEAD,
PUT,