Skip to content

Commit 0486ff9

Browse files
committed
Fixed some clang -Wextra-semi-stmt warnings
1 parent df76bc3 commit 0486ff9

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

packages/seacas/libraries/ioss/src/Ioss_Region.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,6 @@ namespace Ioss {
941941
}
942942
}
943943
return ++stateCount;
944-
;
945944
}
946945

947946
/** \brief Get the time corresponding to the specified state or the currently active state.

packages/seacas/libraries/ioss/src/Ioss_SmartAssert.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace Ioss {
4848
out << "Assertion failed (level=" << nLevel << ")";
4949
return out.str();
5050
}
51-
};
51+
}
5252
}
5353

5454
// helpers, for dumping the assertion context

packages/seacas/libraries/ioss/src/exodus/Ioex_BaseDatabaseIO.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,6 @@ namespace Ioex {
11761176
// There should have been a warning/error message printed to the
11771177
// log file earlier for this, so we won't print anything else
11781178
// here since it would be printed for each and every timestep....
1179-
;
11801179
}
11811180
else {
11821181
IOSS_ERROR(fmt::format(

0 commit comments

Comments
 (0)