Commit 17e41fd
committed
clang-tidy: disable bugprone-casting-through-void lint
This lint triggers for a void cast used to silence a cast-align warning
for write_after_free_check. We aren't violating strict aliasing because
the memory was always zeroed with memset prior to reading it as u64 and
we don't write to another way.1 parent 85f868b commit 17e41fd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments