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:494:15: warning: assigning to
'const unsigned char *' from 'const char *' converts between pointers to
integer types with different sign [-Wpointer-sign]
token->orig = str;
^ ~~~- Loading branch information