From d4642e1494d158b44f2c81ebecdaecb6d497055f Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Mon, 10 Aug 2009 10:26:01 +0200 Subject: [PATCH] Start PC-lint 9.00c options file --- bpdyndnsd.lnt | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 bpdyndnsd.lnt 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) -- 1.7.1