From 8bde9ffd539a1dd2ec86ff22bfb9ba97e0ea35fd Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 31 Aug 2023 15:23:55 -0400 Subject: [PATCH] silence compiler warning --- src/read_restart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_restart.cpp b/src/read_restart.cpp index d0db7ad912..c538702728 100644 --- a/src/read_restart.cpp +++ b/src/read_restart.cpp @@ -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) {