Improved PC-lint settings
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 4 Feb 2010 16:20:49 +0000 (17:20 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 4 Feb 2010 16:20:49 +0000 (17:20 +0100)
bpdyndnsd.lnt

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