On 7/17/19, Peter da Silva <res...@gmail.com> wrote:
> I would argue that an unreachable break should not be a warning, since
> leaving out the break is just asking for some beggar to come in and make it
> reachable again and summon the fallthrough fairy without noticing it. :)

I replaced the unreachable "break" statements with "assert(0)".

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to