Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use uint32_t for length.
lib/token.c:286:29: warning: passing 'int32_t *'
(aka 'int *') to parameter of type 'unsigned int *' converts between
pointers to integer types with different sign [-Wpointer-sign]
&(tokenizer->len));
^~~~~~~~~~~~~~~~~- Loading branch information