From: Thomas Jarosch Date: Mon, 10 Aug 2009 08:26:01 +0000 (+0200) Subject: Start PC-lint 9.00c options file X-Git-Tag: v1.1~239 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=d4642e1494d158b44f2c81ebecdaecb6d497055f;p=bpdyndnsd Start PC-lint 9.00c options file --- diff --git a/bpdyndnsd.lnt b/bpdyndnsd.lnt new file mode 100644 index 0000000..4d61ea8 --- /dev/null +++ b/bpdyndnsd.lnt @@ -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)