Start PC-lint 9.00c options file
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 10 Aug 2009 08:26:01 +0000 (10:26 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 10 Aug 2009 08:26:01 +0000 (10:26 +0200)
bpdyndnsd.lnt [new file with mode: 0644]

diff --git a/bpdyndnsd.lnt b/bpdyndnsd.lnt
new file mode 100644 (file)
index 0000000..4d61ea8
--- /dev/null
@@ -0,0 +1,11 @@
+// PC-Lint 9.00 settings
+
+// Don't complain about the ignored return value
+// of some string operations, they return *this.
+-esym(534, std::basic_string*::append)
+-esym(534, std::basic_string*::replace)
+
+// Disable bogus BOOST warnings
+-emacro(58,BOOST_ASSERT)
+-emacro(*, BOOST_FOREACH)
+-esym(1024, boost::lexical_cast)