Skip to content

Fixed clang warnings

Vakhtang Tsulaia requested to merge tsulaia/athena:main-clang into main
  1. Forward declaration of a struct as a class
  2. Local variable set but not used
  3. Unused private data member
  4. Reference cannot be bound to dereferenced null pointer
  5. Potentially uninitialized variable

Merge request reports