[F] Fixed clang-tidy warnings

This commit is contained in:
seleznevae
2019-01-01 19:55:00 +03:00
parent 3555d97102
commit e300285eae
6 changed files with 46 additions and 46 deletions

View File

@@ -727,7 +727,7 @@ const wchar_t *ft_to_wstring(const ft_table_t *table)
if (FT_IS_ERROR(status))
return NULL;
int written = 0;
size_t written = 0;
int tmp = 0;
size_t i = 0;
context_t context;