Skip to content

Commit

Permalink
Fixed cppcheck macro error evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Oct 12, 2024
1 parent 68ddf18 commit 0a2a10e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpr/ssl_ctx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// This is for example the case on Ubuntu 20.04.
// We try to include it if available to satisfy clang-tidy.
// Ref: https://github.com/openssl/openssl/commit/50cd4768c6b89c757645f28519236bb989216f8d
// cppcheck-suppress preprocessorErrorDirective
#if __has_include(<openssl/types.h>)
#include <openssl/types.h>
#else
Expand Down

0 comments on commit 0a2a10e

Please sign in to comment.