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:165:46: warning: passing
'const unsigned char *' to parameter of type 'const char *' converts
between pointers to integer types with different sign [-Wpointer-sign]
tokenizer->next,
^~~~~~~~~~~~~~~
include/groonga/tokenizer.h:195:82: note:
passing argument to parameter 'str_ptr' here
...const char *str_ptr,
^- Loading branch information