mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
impr: Replace hex::unused with std::ignore
This commit is contained in:
@@ -63,7 +63,7 @@ namespace hex::plugin::hashes {
|
||||
});
|
||||
|
||||
ImHexApi::HexEditor::addTooltipProvider([this](u64 address, const u8 *data, size_t size) {
|
||||
hex::unused(data);
|
||||
std::ignore = data;
|
||||
|
||||
auto selection = ImHexApi::HexEditor::getSelection();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user