Skip to content

Commit

Permalink
Disable static downcast warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSylvester committed Nov 21, 2024
1 parent 52b6dd0 commit 72decee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ Checks: [
-performance-enum-size,
-misc-include-cleaner,
-readability-redundant-inline-specifier,
-readability-avoid-nested-conditional-operator
-readability-avoid-nested-conditional-operator,
-cppcoreguidelines-pro-type-static-cast-downcast # no RTTI
]
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
Expand Down

0 comments on commit 72decee

Please sign in to comment.