Re: [sqlite] Unreachable Breaks with ICC on Windows

2019-07-17 Thread Richard Hipp
On 7/17/19, Peter da Silva 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" st

Re: [sqlite] Unreachable Breaks with ICC on Windows

2019-07-17 Thread Peter da Silva
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. :) On Sat, Jul 13, 2019 at 9:32 AM André Borchert <0xa...@gmail.com> wrote: > He

[sqlite] Unreachable Breaks with ICC on Windows

2019-07-13 Thread André Borchert
Hello, ICC reports two unreachable "break;" statements as warnings: SQLite 3.29 Windows 2019 Visual Studio 16.2.0 Preview 3.0 Intel Parallel Studio XE 2019 Update 4 1>-- Rebuild All started: Project: SQLite, Configuration: Release x64 -- 1>sqlite3.c 1>D:\Dropbox\Chaos\SQLite Test\SQLit