From 5432fb9b91bbf55af39c4c128772ad00852e62ec Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Tue, 17 Mar 2009 20:30:53 +0100 Subject: [PATCH] Added PC-Lint 9.00 settings file --- libftdi.lnt | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 libftdi.lnt 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 -- 1.7.1