Skip to content

Commit a516b07

Browse files
committed
fix clang warning about redundant ;
1 parent c7f7e0f commit a516b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/suppressions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ std::vector<std::pair<std::string, std::string>> polyspace::Parser::parseFamilyR
849849
state = 2; // rule
850850
}
851851
break;
852-
};
852+
}
853853
}
854854
if (!family.empty() && !rule.empty())
855855
fr.emplace_back(family,rule);

0 commit comments

Comments
 (0)