From 74ab407866357d87402b56a8b17eac21d29f3b3d Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Thu, 4 Feb 2010 17:20:49 +0100 Subject: [PATCH] Improved PC-lint settings --- bpdyndnsd.lnt | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) 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) -- 1.7.1