silence compiler warning on windows

This commit is contained in:
Axel Kohlmeyer
2021-10-06 16:41:29 -04:00
parent f643c2b98f
commit aab3e085a2
7 changed files with 14 additions and 9 deletions

View File

@ -407,7 +407,7 @@ void PairTable::read_table(Table *tb, char *file, char *keyword)
rfile = values.next_double();
tb->efile[i] = conversion_factor * values.next_double();
tb->ffile[i] = conversion_factor * values.next_double();
} catch (TokenizerException &e) {
} catch (TokenizerException &) {
++cerror;
}