lint settings: Don't complain about redeclaration of Service::Ptr
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 21 Sep 2009 09:29:03 +0000 (11:29 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 21 Sep 2009 10:19:23 +0000 (12:19 +0200)
bpdyndnsd.lnt

index 4d61ea8..1d977ef 100644 (file)
@@ -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)