Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`yajl_tok_comment` was not present in the switch case. Warnings: ``` compiling ../../../../ext/yajl/yajl_lex.c ../../../../ext/yajl/yajl_lex.c:42:13: warning: enumeration value 'yajl_tok_comment' not handled in switch [-Wswitch] switch (tok) { ^ ../../../../ext/yajl/yajl_lex.c:42:13: note: add missing switch cases switch (tok) { ^ ``` Co-authored-by: John Hawthorn <john@hawthorn.email>
- Loading branch information