Actions
Bug #9315
closedldap: this statement may fall through
Start date:
2018-03-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
issue found by gcc 7 build:
../common/common.c:649:21: error: this statement may fall through [-Werror=implicit-fallthrough=] proxyauth_version = 1; ~~~~~~~~~~~~~~~~~~^~~ ../common/common.c:650:2: note: here case 'Y': /* new (version 2 ) proxied authorization control */ ^~~~ 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 b232a94496f2b078a464fd9a44bc01d2f2894e78
commit b232a94496f2b078a464fd9a44bc01d2f2894e78 Author: Toomas Soome <tsoome@me.com> Date: 2018-03-25T18:16:19.000Z 9315 ldap: this statement may fall through Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: C Fraire <cfraire@me.com> Approved by: Gordon Ross <gwr@nexenta.com>
Actions