mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
clang-tidy: suppress misc-redundant-expression lint on macro expansion
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
// Do this only for our vendored curl to avoid breaking builds
|
||||
// against external future versions of curl.
|
||||
#if !defined(CMAKE_USE_SYSTEM_CURL)
|
||||
// NOLINTNEXTLINE(misc-redundant-expression)
|
||||
static_assert(CURL_SSLVERSION_LAST == 8,
|
||||
"A new CURL_SSLVERSION_ may be available!");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user