try to fix Travis. teach checkinternal about %assign%

This commit is contained in:
Daniel Marjamäki 2015-12-31 01:56:48 +01:00
parent 67435af06a
commit 5dc42ccd49
1 changed files with 1 additions and 0 deletions

View File

@ -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%"