From: Thomas Jarosch Date: Mon, 21 Sep 2009 09:29:03 +0000 (+0200) Subject: lint settings: Don't complain about redeclaration of Service::Ptr X-Git-Tag: v1.1~167 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=e18973339f57392771b4be0197d86a53da7c2b94;p=bpdyndnsd lint settings: Don't complain about redeclaration of Service::Ptr --- diff --git a/bpdyndnsd.lnt b/bpdyndnsd.lnt index 4d61ea8..1d977ef 100644 --- a/bpdyndnsd.lnt +++ b/bpdyndnsd.lnt @@ -9,3 +9,6 @@ -emacro(58,BOOST_ASSERT) -emacro(*, BOOST_FOREACH) -esym(1024, boost::lexical_cast) + +// Don't complain about redeclaration of Service::Ptr +-esym(1516, Service::Ptr)