From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96550 invoked by alias); 5 Sep 2015 18:47:06 -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 73618 invoked by uid 89); 5 Sep 2015 17:43:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_COUK,SPF_PASS autolearn=no version=3.3.2 X-HELO: out.ipsmtp2nec.opaltelecom.net X-SMTPAUTH: drstacey@tiscali.co.uk X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CVAQBoKetV/5BX0lUNUQbMJxABAQEBAQEBhS8BPH00AlkIAQG8UodJjUAskRiEFQWSMoMjjkaQdodkA06EJ4o6AQEB X-IPAS-Result: A2CVAQBoKetV/5BX0lUNUQbMJxABAQEBAQEBhS8BPH00AlkIAQG8UodJjUAskRiEFQWSMoMjjkaQdodkA06EJ4o6AQEB From: David Stacey Subject: Updated: cppcheck-1.70-1 Reply-To: The Cygwin Mailing List To: cygwin-announce@cygwin.com Message-ID: <55EB29C2.50005@tiscali.co.uk> Date: Sat, 05 Sep 2015 18:47:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-09/txt/msg00011.txt.bz2 The following packages have been updated in the Cygwin distribution: * cppcheck-1.70-1 * cppcheck-gui-1.70-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.