Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing cast.
lib/token.c:61:19: warning: assigning to 'byte *'
(aka 'unsigned char *') from 'char *' converts between pointers to integer
types with different sign [-Wpointer-sign]
tokenizer->curr = GRN_TEXT_VALUE(str);
^ ~~~~~~~~~~~~~~~~~~~- Loading branch information