Actions
Bug #9356
closedvscan: this statement may fall through
Start date:
2018-03-26
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
issue found by gcc 7 build:
vs_eng.c:622:6: error: this statement may fall through [-Werror=implicit-fallthrough=] if (vs_reuse_connection) { ^ vs_eng.c:628:2: note: here case VS_ENG_CLOSE_PENDING: ^~~~ cc1: all warnings being treated as errors
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 29a5d00515db6837124bcba467ff498b273b21aa
commit 29a5d00515db6837124bcba467ff498b273b21aa Author: Toomas Soome <tsoome@me.com> Date: 2018-04-23T16:15:39.000Z 9356 vscan: this statement may fall through Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: C Fraire <cfraire@me.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Actions