Skip to content

Commit

Permalink
Merge branch 'master' into highprecision
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Jan 6, 2024
2 parents 919f7d6 + 68eb7bd commit 6764185
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vdmj/src/main/java/com/fujitsu/vdmj/mapper/ClassMapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,11 @@ else if (mp.unmapped)
*/
private void mark()
{
if (marked != null)
{
errorStream.println("WARNING: Nested call to convertLocal?");
}

marked = new Vector<Long>();
}

Expand Down

0 comments on commit 6764185

Please sign in to comment.