mini test-checkin
[bpdyndnsd] / bpdyndnsd.lnt
CommitLineData
d4642e14
TJ
1// PC-Lint 9.00 settings
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)
11-esym(1024, boost::lexical_cast)
e1897333
TJ
12
13// Don't complain about redeclaration of Service::Ptr
14-esym(1516, Service::Ptr)