diff --git a/lib/checkinternal.cpp b/lib/checkinternal.cpp index 28977a357..7362106a4 100644 --- a/lib/checkinternal.cpp +++ b/lib/checkinternal.cpp @@ -204,6 +204,7 @@ void CheckInternal::checkMissingPercentCharacter() namespace { const std::set knownPatterns = make_container< std::set > () << "%any%" + << "%assign%" << "%bool%" << "%char%" << "%comp%"