zserge / jsmn

Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
MIT License
3.65k stars 778 forks source link

Quieten a warning for the switch statement #161

Closed ghane closed 5 years ago

ghane commented 5 years ago

Compilers issue warning when they see switch statement without a default. One such case exists, and to keep gcc -Wall happy, should be fixed.

Issue first seen in the ntpsec project, which builds with all warning enabled.

ghane commented 5 years ago

Thank you. I have pulled in the updates into the NTPsec project.

Much appreciated.