Don't lint async mode anymore as libusb-compat results in #error
[libftdi] / libftdi.lnt
1 // PC-Lint 9.00 settings
2
3 -emacro(527, ftdi_error_return)     // ignore "unreachable code"
4 -emacro(717, ftdi_error_return)
5
6 -epu // Pointer to unsigned/signed of the same type is ok
7
8 +fie // Allow enum to int conversion
9
10 // -dLIBFTDI_LINUX_ASYNC_MODE=1        // also lint async code
11
12 -ecall(534, usb_close)              // silence ignored return value from usb_close