mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-03-24 20:51:02 +01:00
Enable -Wshadow and silence warnings
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
|
||||
namespace Sirit {
|
||||
|
||||
Op::Op(spv::Op opcode, std::optional<u32> id, Id result_type)
|
||||
: Operand{OperandType::Op}, opcode(opcode), result_type(result_type), id(id) {}
|
||||
Op::Op(spv::Op opcode_, std::optional<u32> id_, Id result_type_)
|
||||
: Operand{OperandType::Op}, opcode{opcode_}, result_type{result_type_}, id{id_} {}
|
||||
|
||||
Op::~Op() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user