From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30658 invoked by alias); 2 Apr 2017 21:13:00 -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 74116 invoked by uid 89); 2 Apr 2017 21:00:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_COUK,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 spammy=H*MI:tiscali, H*M:tiscali, H*F:D*tiscali.co.uk, UD:co.uk X-HELO: smtp-d-4.tiscali.co.uk From: David Stacey Subject: Updated: cppcheck-1.78-1 Reply-To: The Cygwin Mailing List To: cygwin-announce@cygwin.com Message-ID: <604788b3-74a0-10f3-83f9-fe5d1dd741dd@tiscali.co.uk> Date: Sun, 02 Apr 2017 21:13:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfEf+Z/Elg5Sy67wWECxMrScSpxdS5FR6WfNWd81iFJt1esAlr9Wz2LP04e20lnyKOBq6NUWZCKSUePcLr/P+dJrbKFovDqiibnx7hv1t7KSDl/ukfx8F 3mvjHGsPy4K11SG37k4L0WVuFrrW5zme+Xl804jM9dnqooQvoxjYzXxKRR3b+uqgP8BuRP4704u+Dg== X-SW-Source: 2017-04/txt/msg00005.txt.bz2 The following packages have been updated in the Cygwin distribution: * cppcheck-1.78-1 * cppcheck-gui-1.78-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.