mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-03-22 12:01:01 +01:00
Enable -Wshadow and silence warnings
This commit is contained in:
@@ -20,7 +20,7 @@ static void WriteSet(Stream& stream, const T& set) {
|
||||
}
|
||||
}
|
||||
|
||||
Module::Module(u32 version) : version(version) {}
|
||||
Module::Module(u32 version_) : version{version_} {}
|
||||
|
||||
Module::~Module() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user