silence compiler warning

This commit is contained in:
Axel Kohlmeyer
2023-08-31 15:23:55 -04:00
parent 400bb426b8
commit 8bde9ffd53

View File

@ -801,7 +801,7 @@ void ReadRestart::header()
int itmp = read_int();
if (atom->map_user == Atom::MAP_NONE) atom->map_style = itmp;
} else if (flag == ATOM_MAP_USER) {
int itmp = read_int(); // ignored
read_int(); // ignored
} else if (flag == ATOM_SORTFREQ) {
atom->sortfreq = read_int();
} else if (flag == ATOM_SORTBIN) {