From: Thomas Jarosch Date: Tue, 17 Mar 2009 19:30:53 +0000 (+0100) Subject: Added PC-Lint 9.00 settings file X-Git-Tag: v0.16rc1~16 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=5432fb9b91bbf55af39c4c128772ad00852e62ec Added PC-Lint 9.00 settings file --- diff --git a/libftdi.lnt b/libftdi.lnt new file mode 100644 index 0000000..68008bc --- /dev/null +++ b/libftdi.lnt @@ -0,0 +1,10 @@ +// PC-Lint 9.00 settings + +-emacro(527, ftdi_error_return) // ignore "unreachable code" +-emacro(717, ftdi_error_return) + +-epu // Pointer to unsigned/signed of the same type is ok + ++fie // Allow enum to int conversion + +-dLIBFTDI_LINUX_ASYNC_MODE=1 // also lint async code