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:552:19: warning: assigning to
'const unsigned char *' from 'char *' converts between pointers to integer
types with different sign [-Wpointer-sign]
token->curr = GRN_TEXT_VALUE(curr_);
^ ~~~~~~~~~~~~~~~~~~~~~- Loading branch information