Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix minor uninitialized warnings from G++ 12.3.0
Use empty initializer list for struct clearing, avoiding a pedantic warning from G++ 12 and 14. Fixes #1785
- Loading branch information