Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove a needless variable.
lib/tokenizer.c:57:24: warning: initializing
'const unsigned char *' with an expression of type 'const char *' converts
between pointers to integer types with different sign [-Wpointer-sign]
const unsigned char *binary_string = str_ptr;
^ ~~~~~~~- Loading branch information