mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
impr: Replace hex::unused with std::ignore
This commit is contained in:
@@ -815,7 +815,7 @@ namespace hex {
|
||||
return std::string(GIT_COMMIT_HASH_LONG).substr(0, 7);
|
||||
}
|
||||
#else
|
||||
hex::unused(longHash);
|
||||
std::ignore = longHash;
|
||||
return "Unknown";
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user