Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a missing cast.
lib/token.c:435:54: warning: passing
'const unsigned char *' to parameter of type 'const char *' converts
between pointers to integer types with different sign [-Wpointer-sign]
grn_tokenizer_token_push(ctx, &(tokenizer->token), p, r - p, status);
^
include/groonga/tokenizer.h:183:61: note:
passing argument to parameter 'str_ptr' here
...const char *str_ptr, unsigned int str_length,
^- Loading branch information