Try to make Travis happy

This commit is contained in:
Daniel Marjamäki 2019-09-28 20:43:36 +02:00
parent 1fa4df419a
commit a09fe763d9
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ void validCode()
{
char * buf = sqlite3_malloc(10);
// cppcheck-suppress invalidPrintfArgType_uint
printf("size: %ull\n", sqlite3_msize(buf));
sqlite3_free(buf);
}