From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85944 invoked by alias); 24 Apr 2016 08:30:39 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 122336 invoked by uid 89); 23 Apr 2016 21:36:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.9 required=5.0 tests=BAYES_50,FREEMAIL_FROM,KAM_COUK,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:sk:smtp-ou, H*RU:sk:smtp-ou, HX-HELO:sk:smtp-ou, H*r:ip*192.168.1.3 X-HELO: smtp-out-1.tiscali.co.uk From: David Stacey Subject: Updated: cppcheck-1.73-1 Reply-To: The Cygwin Mailing List To: cygwin-announce@cygwin.com Message-ID: <571BEABC.9010309@tiscali.co.uk> Date: Sun, 24 Apr 2016 08:30:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfEe4br7+HqsEnxOIfkkqqRpEdHezvmMNrVqeFJM06MzktOMd2NPv2Mb0jfpi3A8lvBK6kKfeyKvQ1BSSj34VXuHQvvM4E00+wZLLKim16OQL7YznQmJr QFMUX7oXnEMOra78lQ8EVMecXmtdOMNsKL7AxM8I07tp3zSfX1QF0bc36otM0b8GMI3226bMRbdqiA== X-SW-Source: 2016-04/txt/msg00065.txt.bz2 The following packages have been updated in the Cygwin distribution: * cppcheck-1.73-1 * cppcheck-gui-1.73-1 Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives). This is an update to the latest upstream release. Dave.