silence compiler warning on windows
This commit is contained in:
@ -1172,7 +1172,7 @@ double utils::timespec2seconds(const std::string ×pec)
|
||||
if (!values.has_next()) break;
|
||||
vals[i] = values.next_int();
|
||||
}
|
||||
} catch (TokenizerException &e) {
|
||||
} catch (TokenizerException &) {
|
||||
return -1.0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user