We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155e929 commit 91b5ee5Copy full SHA for 91b5ee5
1 file changed
lib/suppressions.h
@@ -316,7 +316,7 @@ namespace polyspace {
316
private:
317
std::set<std::string> parseIds(const std::string& comment, std::string::size_type& pos) const;
318
319
- static CommentKind parseKind(const std::string& token, std::string::size_type& pos);
+ static CommentKind parseKind(const std::string& comment, std::string::size_type& pos);
320
321
std::map<std::string, std::string> mFamilyMap;
322
};
0 commit comments