From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12421 invoked by alias); 17 Jun 2018 22:30:47 -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 90132 invoked by uid 89); 17 Jun 2018 15:39:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_COUK,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*F:D*co.uk, HTo:U*cygwin-announce X-HELO: smtp-out-2.tiscali.co.uk From: David Stacey Subject: Updated: cppcheck-1.84-1 Reply-To: The Cygwin Mailing List To: cygwin-announce@cygwin.com Message-ID: <611c689a-08a1-5145-a1aa-69214dd18d5e@tiscali.co.uk> Date: Sun, 17 Jun 2018 22:30:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfKj8ultAuS5NsECW/mZ5SJ4cKOQcNGfn3Kp4qF13ALCUMI7GU3eVlVk2AdX8ikItaX0scz90nwIHZ6jzFVtxYW6yr3QiM3jUWReT5Gez1QQGmH0JH94a YwIXD1OkTjSb4hH/7xY1khF6Nm9xC1VVlZAfIdUsH2H+6YncgjaXu9qJVWQ6xpEegRi+rhHyykkxdg== X-SW-Source: 2018-06/txt/msg00023.txt.bz2 The following packages have been updated in the Cygwin distribution: * cppcheck-1.84-1 * cppcheck-gui-1.84-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.