summaryrefslogtreecommitdiff
path: root/config_ver.h
diff options
context:
space:
mode:
authorThomas Braun <t-b@users.noreply.github.com>2019-10-17 14:41:30 +0200
committerJeffrey Walton <noloader@gmail.com>2019-10-17 08:41:30 -0400
commit85f16efc328a82e437224996995f863de34b31f3 (patch)
tree4e8485ebcb91339d038130c7edf6d3a4de535da7 /config_ver.h
parent77d6eab86b597acd8e7bd6da4894169127f86a75 (diff)
downloadcryptopp-git-85f16efc328a82e437224996995f863de34b31f3.tar.gz
Allow clang-tooling (PR #897)
When using cryptopp in your own projects and using clang tooling (e.g. clang-tidy) for inspecting your project, this currently errors out due to the #error directive when done on Windows with MS Visual Studio. The #error directive here is meant for code execution and not for code inspection. So we now don't error out when __clang_analyzer__ is defined. That macro was introduced into clang tooling in https://reviews.llvm.org/D46325.
Diffstat (limited to 'config_ver.h')
0 files changed, 0 insertions, 0 deletions