Bug fix/clang tidy warnings part3 (#298)

* clang-analyzer-deadcode.DeadStores

* clang-analyzer-optin.performance.Padding

---------

Co-authored-by: gtsoul-tech <gtsoulkanakis@gmail.com>
This commit is contained in:
gtsoul-tech
2024-06-10 10:08:54 +03:00
committed by GitHub
parent 44e2d3bfc1
commit 502c0f863a
4 changed files with 9 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ namespace ue2 {
#define TEDDY_BUCKET_LOAD 6
struct TeddyEngineDef {
struct TeddyEngineDef { //NOLINT (clang-analyzer-optin.performance.Padding)
u32 id;
u64a cpu_features;
u32 numMasks;