Skip to content

Commit

Permalink
update cpr/session.cpp to make clang-tidy happy
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Sauter <[email protected]>
  • Loading branch information
gentooise and COM8 authored Oct 18, 2024
1 parent 7d2e025 commit 8497eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpr/session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ void Session::SetSslOptions(const SslOptions& options) {
// Ignore here since this has been defined by libcurl.
maxTlsVersion);

// NOLINTNEXTLINE (google-runtime-int)
long curlSslOptions = 0;
#if SUPPORT_SSL_NO_REVOKE
if (options.ssl_no_revoke) {
Expand Down

0 comments on commit 8497eac

Please sign in to comment.