Skip to content

Commit

Permalink
cppcheck suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed May 30, 2024
1 parent 1f33e27 commit b0cddac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpr/callback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,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 b0cddac

Please sign in to comment.