mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Replace hex::unused with std::ignore
This commit is contained in:
@@ -19,7 +19,7 @@ namespace hex::plugin::builtin {
|
||||
~InformationProvider() override = default;
|
||||
|
||||
void process(Task &task, prv::Provider *provider, Region region) override {
|
||||
hex::unused(task);
|
||||
std::ignore = task;
|
||||
|
||||
m_provider = provider;
|
||||
m_region = region;
|
||||
|
||||
Reference in New Issue
Block a user