// PC-Lint 9.00d settings // Don't complain about the ignored return value // of some string operations, they return *this. -esym(534, std::basic_string*::append) -esym(534, std::basic_string*::replace) // Disable bogus BOOST warnings -emacro(58,BOOST_ASSERT) -emacro(*, BOOST_FOREACH) -emacro(121, BOOST_CLASS_EXPORT_GUID) -esym(1024, boost::lexical_cast) // Don't show errors in (boost) library headers -wlib(0) // Don't complain about redeclaration of Service::Ptr -esym(1516, Service::Ptr) // Don't complain about redeclaration of Service::serialize -esym(1511, Service::serialize)