From: Thomas Jarosch Date: Thu, 4 Feb 2010 16:20:49 +0000 (+0100) Subject: Improved PC-lint settings X-Git-Tag: v1.1~135 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=74ab407866357d87402b56a8b17eac21d29f3b3d;p=bpdyndnsd Improved PC-lint settings --- diff --git a/bpdyndnsd.lnt b/bpdyndnsd.lnt index 1d977ef..0174dc3 100644 --- a/bpdyndnsd.lnt +++ b/bpdyndnsd.lnt @@ -1,4 +1,4 @@ -// PC-Lint 9.00 settings +// PC-Lint 9.00d settings // Don't complain about the ignored return value // of some string operations, they return *this. @@ -8,7 +8,14 @@ // 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)