mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Make ImHex fully compile with warnings enabled in MSVC
This commit is contained in:
@@ -375,7 +375,7 @@ namespace hex::plugin::builtin {
|
||||
if (inputType == InputType::Regular) {
|
||||
try {
|
||||
ieee754statics.resultFloat = stod(decimalFloatingPointNumberString);
|
||||
} catch(const std::invalid_argument& _) {
|
||||
} catch (const std::invalid_argument &) {
|
||||
inputType = InputType::Invalid;
|
||||
}
|
||||
} else if (inputType == InputType::Infinity) {
|
||||
|
||||
Reference in New Issue
Block a user