The branch, new-baudrate-code has been updated
       via  b63d5c9ec4145317ef66fb65cad252b56bad1593 (commit)
      from  90933196a1d2306342a1a3a21b55a0f0eeca0f3c (commit)


- Log -----------------------------------------------------------------
commit b63d5c9ec4145317ef66fb65cad252b56bad1593
Author: Thomas Jarosch <[email protected]>
Date:   Wed Sep 7 11:24:18 2011 +0200

    Update PC-Lint settings file

-----------------------------------------------------------------------

Summary of changes:
 libftdi.lnt |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/libftdi.lnt b/libftdi.lnt
index 2682b95..4ff6280 100644
--- a/libftdi.lnt
+++ b/libftdi.lnt
@@ -1,5 +1,7 @@
 // PC-Lint 9.00 settings
 --iz:\usr\include\libusb-1.0
+--i../src
+--i../ftdipp
 
 -emacro(527, ftdi_error_return)     // ignore "unreachable code"
 -emacro(717, ftdi_error_return)
@@ -9,3 +11,18 @@
 +fie // Allow enum to int conversion
 
 -ecall(534, usb_close)              // silence ignored return value from 
usb_close
+
+// Disable bogus BOOST warnings
+-emacro(58,BOOST_ASSERT)
+-emacro(506, BOOST_FOREACH)
+-emacro(666, BOOST_FOREACH)
+-esym(666, BOOST_FOREACH)
+-emacro(1023, BOOST_FOREACH)
+-emacro(1793, BOOST_FOREACH)
+-esym(665, BOOST_FOREACH)
+-e123
+
+// Don't complain we are running with -wlib(0)
+// as the boost headers can't be parsed properly
+-estring(686, -wlib(0))
+-wlib(0)


hooks/post-receive
-- 
port libftdi to libusb-1.0

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to [email protected]   

Reply via email to