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:
@@ -35,7 +35,7 @@ namespace hex::init {
|
||||
std::vector<std::string> args;
|
||||
|
||||
#if defined (OS_WINDOWS)
|
||||
hex::unused(argv);
|
||||
std::ignore = argv;
|
||||
|
||||
// On Windows, argv contains UTF-16 encoded strings, so we need to convert them to UTF-8
|
||||
auto convertedCommandLine = ::CommandLineToArgvW(::GetCommandLineW(), &argc);
|
||||
|
||||
Reference in New Issue
Block a user