From owner-freebsd-testing@FreeBSD.ORG Thu May 28 06:30:48 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4ED24C64; Thu, 28 May 2015 06:30:48 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA7FCD02; Thu, 28 May 2015 06:30:47 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by labko7 with SMTP id ko7so20237785lab.2; Wed, 27 May 2015 23:30:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=rLmrj1u2fYg8zIjOulYieiwgZ57GBvHM+JvQtoLrFmY=; b=OpvafCJMTVRH/FmkaikUuEo0x3RL3g/awpMCBohsbJIpQljz6Nbg2HCDee9ozXvehX ga5msB1AdnMKZcuJ5QLtaZPTTk1mVIuXDMRw9txeJNeEojblnnIFoDD9b+0e4LYDBEm+ 35cxSU5eY1qocPt8JKnMfUxr9NsqQbrhElyVhDy6WMeh4eiQjzjx0X6sU6R+F8Epr8Pf AevfJ4Qh3UrNcFXgPjF0d3HZtGH1q+fsyZDKjFrCxaHxKXXRhiqFCCDtCdKGPhYsTn0/ ZyqPiGY9pkr+Z/77H2x/A015iXVTiPSEOhoTey3/2vLu7CLhh7pWangowgQxSqMnq3B7 6odA== MIME-Version: 1.0 X-Received: by 10.152.23.66 with SMTP id k2mr1129549laf.89.1432794645830; Wed, 27 May 2015 23:30:45 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.164.38 with HTTP; Wed, 27 May 2015 23:30:45 -0700 (PDT) Date: Wed, 27 May 2015 23:30:45 -0700 X-Google-Sender-Auth: iDN6Glhvg0P7JItmGgNo7bL8Rtk Message-ID: Subject: Need help reducing compilation warnings in CURRENT From: Craig Rodrigues To: freebsd-current Current , "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2015 06:30:48 -0000 Hi, I've configured Jenkins to highlight compiler warnings and generate a table. Jenkins also keeps track of new compiler warnings over time. See: https://jenkins.freebsd.org/job/FreeBSD_HEAD/warnings7 Can anyone help improve the code by periodically looking at this table and submitting patches to clean up the code? Cleaning up compiler warnings is always boring work, but it is good to clean up the code over time. -- Craig