[F] Fixed compiler warnings

This commit is contained in:
seleznevae
2018-04-17 20:14:50 +03:00
parent 1d0fa0932a
commit 44e734ead9
11 changed files with 62 additions and 46 deletions

View File

@@ -524,7 +524,7 @@ FT_EXTERN int ft_set_default_cell_option(uint32_t option, int value);
* - 0: Success; cell option was changed.
* - (-1): !!!!!!!! todo
*/
FT_EXTERN int ft_set_cell_option(FTABLE *table, unsigned row, unsigned col, uint32_t option, int value);
FT_EXTERN int ft_set_cell_option(FTABLE *table, size_t row, size_t col, uint32_t option, int value);
/**
* Table options identifiers