Various fixes.
[bpdyndnsd] / bpdyndnsd.lnt
CommitLineData
74ab4078 1// PC-Lint 9.00d settings
d4642e14
TJ
2
3// Don't complain about the ignored return value
4// of some string operations, they return *this.
5-esym(534, std::basic_string*::append)
6-esym(534, std::basic_string*::replace)
7
8// Disable bogus BOOST warnings
9-emacro(58,BOOST_ASSERT)
10-emacro(*, BOOST_FOREACH)
74ab4078 11-emacro(121, BOOST_CLASS_EXPORT_GUID)
d4642e14 12-esym(1024, boost::lexical_cast)
e1897333 13
74ab4078
TJ
14// Don't show errors in (boost) library headers
15-wlib(0)
16
e1897333
TJ
17// Don't complain about redeclaration of Service::Ptr
18-esym(1516, Service::Ptr)
74ab4078
TJ
19
20// Don't complain about redeclaration of Service::serialize
21-esym(1511, Service::serialize)