Try to make Travis happy
This commit is contained in:
parent
1fa4df419a
commit
a09fe763d9
|
@ -24,6 +24,7 @@ void validCode()
|
||||||
|
|
||||||
{
|
{
|
||||||
char * buf = sqlite3_malloc(10);
|
char * buf = sqlite3_malloc(10);
|
||||||
|
// cppcheck-suppress invalidPrintfArgType_uint
|
||||||
printf("size: %ull\n", sqlite3_msize(buf));
|
printf("size: %ull\n", sqlite3_msize(buf));
|
||||||
sqlite3_free(buf);
|
sqlite3_free(buf);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue