Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address
readability-redundant-member-init
warnings.
The one warning was: ``` /w/dolphin-memory-engine/Source/MemoryScanner/MemoryScanner.cpp:30:28: warning: initializer for member 'm_resultsConsoleAddr' is redundant [readability-redundant-member-init] 30 | MemScanner::MemScanner() : m_resultsConsoleAddr(std::vector<u32>()) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```
- Loading branch information