qt.cfg: attempt to fix cfg test

This commit is contained in:
Daniel Marjamäki 2017-04-18 19:26:54 +02:00
parent 296f250caa
commit efcf71a5dc
1 changed files with 2 additions and 2 deletions

View File

@ -24,5 +24,5 @@ int QString2() {
QString s;
// cppcheck-suppress ignoredReturnValue
// cppcheck-suppress reademptycontainer
s.at(10);
}
return s.size();
}