diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/settings_setting.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings_setting.h b/src/common/settings_setting.h index f803e4e6e..a0a05da54 100644 --- a/src/common/settings_setting.h +++ b/src/common/settings_setting.h | |||
| @@ -170,7 +170,7 @@ public: | |||
| 170 | } else { | 170 | } else { |
| 171 | this->SetValue(static_cast<Type>(std::stoll(input))); | 171 | this->SetValue(static_cast<Type>(std::stoll(input))); |
| 172 | } | 172 | } |
| 173 | } catch (std::invalid_argument& e) { | 173 | } catch (std::invalid_argument&) { |
| 174 | this->SetValue(this->GetDefault()); | 174 | this->SetValue(this->GetDefault()); |
| 175 | } | 175 | } |
| 176 | } | 176 | } |