1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

clang-tidy: fix bugprone-suspicious-include warnings

This commit is contained in:
Ben Boeckel
2021-01-22 10:36:31 -05:00
parent a0610cf9e9
commit 3a0d40bf8c
3 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,6 @@ bugprone-*,\
-bugprone-macro-parentheses,\
-bugprone-misplaced-widening-cast,\
-bugprone-narrowing-conversions,\
-bugprone-suspicious-include,\
-bugprone-too-small-loop-variable,\
google-readability-casting,\
misc-*,\