Actions
Bug #9174
closedsmbsrv/libsmbns: duplicate 'const' declaration specifier
Start date:
2018-02-22
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Issue found by gcc 7 build:
../common/smbns_ads.c:1852:13: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier] const char const *msg; ^~~~~ cc1: all warnings being treated as errors
Updated by Joshua M. Clulow over 4 years ago
- Subject changed from smbsrv/libsmbns: duplicate 'const' declaration specifier to smbsrv/libsmbns: duplicate 'const' declaration specifier
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit f3195b6f398987f2aa5ba77d68c880a1dbc18c16
commit f3195b6f398987f2aa5ba77d68c880a1dbc18c16 Author: Toomas Soome <tsoome@me.com> Date: 2018-03-11T06:44:10.000Z 9174 smbsrv/libsmbns: duplicate 'const' declaration specifier Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
Actions