mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-03-21 03:31:02 +01:00
Enable -Wshadow and silence warnings
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
namespace Sirit {
|
||||
|
||||
Stream::Stream(std::vector<u32>& words) : words(words) {}
|
||||
Stream::Stream(std::vector<u32>& words_) : words{words_} {}
|
||||
|
||||
Stream::~Stream() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user