mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-01-25 16:06:50 +00:00
Merge pull request #736 from Sonicadvance1/remove_warnings_6
Removes warning from IRDumper
This commit is contained in:
commit
9c81fbb2fd
@ -123,14 +123,6 @@ static void PrintArg(std::stringstream *out, IRListView<false> const* IR, Ordere
|
||||
}
|
||||
}
|
||||
|
||||
static void PrintArg(std::stringstream *out, [[maybe_unused]] IRListView<false> const* IR, IR::TypeDefinition Arg) {
|
||||
*out << "i" << std::dec << static_cast<uint32_t>(Arg.Bytes() * 8);
|
||||
|
||||
if (Arg.Elements()) {
|
||||
*out << "v" << std::dec << static_cast<uint32_t>(Arg.Elements());
|
||||
}
|
||||
}
|
||||
|
||||
static void PrintArg(std::stringstream *out, [[maybe_unused]] IRListView<false> const* IR, FEXCore::IR::FenceType Arg) {
|
||||
if (Arg == IR::Fence_Load) {
|
||||
*out << "Loads";
|
||||
|
Loading…
x
Reference in New Issue
Block a user