Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zero initialize local variables (#5501)
Certain versions of GCC warn about these variables being potentially uninitialized when used. I believe this is a false-positive, but zero-init'ing them is a safe way to fix this.
- Loading branch information