CMake/Swig updates for python wrapper
[libftdi] / libftdi.lnt
1 // PC-Lint 9.00 settings
2 --iz:\usr\include\libusb-1.0
3 --i../src
4 --i../ftdipp
5
6 -emacro(527, ftdi_error_return)     // ignore "unreachable code"
7 -emacro(717, ftdi_error_return)
8
9 -epu // Pointer to unsigned/signed of the same type is ok
10
11 +fie // Allow enum to int conversion
12
13 -ecall(534, usb_close)              // silence ignored return value from usb_close
14
15 // Disable bogus BOOST warnings
16 -emacro(58,BOOST_ASSERT)
17 -emacro(506, BOOST_FOREACH)
18 -emacro(666, BOOST_FOREACH)
19 -esym(666, BOOST_FOREACH)
20 -emacro(1023, BOOST_FOREACH)
21 -emacro(1793, BOOST_FOREACH)
22 -esym(665, BOOST_FOREACH)
23 -e123
24
25 // Don't complain we are running with -wlib(0)
26 // as the boost headers can't be parsed properly
27 -estring(686, -wlib(0))
28 -wlib(0)