Skip to content

Commit

Permalink
[#586] Remove unused clang-tidy suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Aug 8, 2024
1 parent 76fe91a commit 56ab9aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions compiler/extensions/cpp/runtime/ClangTidySuppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ cppcoreguidelines-pro-type-reinterpret-cast:src/zserio/AnyHolder.h:869
cppcoreguidelines-pro-type-reinterpret-cast:src/zserio/AnyHolder.h:876
cppcoreguidelines-pro-type-reinterpret-cast:src/zserio/OptionalHolder.h:658
cppcoreguidelines-pro-type-reinterpret-cast:src/zserio/OptionalHolder.h:668
# This is necessary for implementation of reading and writing of floats to the binary stream.
cppcoreguidelines-pro-type-reinterpret-cast:src/zserio/FloatUtil.cpp:169
cppcoreguidelines-pro-type-reinterpret-cast:src/zserio/FloatUtil.cpp:176
cppcoreguidelines-pro-type-reinterpret-cast:src/zserio/FloatUtil.cpp:183
cppcoreguidelines-pro-type-reinterpret-cast:src/zserio/FloatUtil.cpp:190
# This is necessary for implementation of reading and writing to the file.
cppcoreguidelines-pro-type-reinterpret-cast:src/zserio/FileUtil.cpp:19
cppcoreguidelines-pro-type-reinterpret-cast:src/zserio/FileUtil.cpp:49
Expand Down

0 comments on commit 56ab9aa

Please sign in to comment.