try to fix Travis. teach checkinternal about %assign%
This commit is contained in:
parent
67435af06a
commit
5dc42ccd49
|
@ -204,6 +204,7 @@ void CheckInternal::checkMissingPercentCharacter()
|
|||
namespace {
|
||||
const std::set<std::string> knownPatterns = make_container< std::set<std::string> > ()
|
||||
<< "%any%"
|
||||
<< "%assign%"
|
||||
<< "%bool%"
|
||||
<< "%char%"
|
||||
<< "%comp%"
|
||||
|
|
Loading…
Reference in New Issue