Fix 'occurred' typo
[bpdyndnsd] / bpdyndnsd.lnt
1 // PC-Lint 9.00d settings
2
3 // Don't complain about the ignored return value
4 // of some string operations, they return *this.
5 -esym(534, std::basic_string*::append)
6 -esym(534, std::basic_string*::replace)
7
8 // Disable bogus BOOST warnings
9 -emacro(58,BOOST_ASSERT)
10 -emacro(*, BOOST_FOREACH)
11 -esym(665, BOOST_FOREACH)
12 -emacro(121, BOOST_CLASS_EXPORT_GUID)
13 -esym(1024, boost::lexical_cast)
14 -esym(534, boost::program_options::options_description_easy_init::operator*)
15 -esym(1793, boost::program_options::options_description_easy_init::operator*)
16 -esym(534, boost::algorithm::split)
17 -esym(534, boost::program_options::options_description::add)
18
19 // Don't show errors in (boost) library headers
20 -wlib(0)
21
22 // Don't complain about redeclaration of Service::Ptr
23 -esym(1516, Service::Ptr)
24
25 // Don't complain about redeclaration of Service::serialize
26 -esym(1511, Service::serialize)
27
28 // Don't complain about absent assignment operator in class Config, HTTPHelper, IPAddrHelper
29 -esym(1732, Config)
30 -esym(1732, HTTPHelper)
31 -esym(1732, IPAddrHelper)
32 -esym(1732, NetHelper)
33 -esym(1732, Service)
34 -esym(1732, ServiceDhs)
35 -esym(1732, ServiceDyndns)
36 -esym(1732, ServiceDyns)
37 -esym(1732, ServiceEasydns)
38 -esym(1732, ServiceGnudip)
39 -esym(1732, Serviceholder)
40 -esym(1732, ServiceTzo)
41 -esym(1732, ServiceZoneedit)
42 -esym(1732, Updater)
43 -esym(1732, Logger)
44 -esym(1733, Config)
45 -esym(1733, HTTPHelper)
46 -esym(1733, IPAddrHelper)
47 -esym(1733, NetHelper)
48 -esym(1733, Service)
49 -esym(1733, ServiceDhs)
50 -esym(1733, ServiceDyndns)
51 -esym(1733, ServiceDyns)
52 -esym(1733, ServiceEasydns)
53 -esym(1733, ServiceGnudip)
54 -esym(1733, Serviceholder)
55 -esym(1733, ServiceTzo)
56 -esym(1733, ServiceZoneedit)
57 -esym(1733, Updater)
58 -esym(1733, Logger)