From owner-freebsd-current@FreeBSD.ORG Thu May 28 02:09:41 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E89BBA70; Thu, 28 May 2015 02:09:41 +0000 (UTC) (envelope-from jenkins-admin@freebsd.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id D76D07A6; Thu, 28 May 2015 02:09:41 +0000 (UTC) (envelope-from jenkins-admin@freebsd.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id E76AC30A; Thu, 28 May 2015 02:09:41 +0000 (UTC) Date: Thu, 28 May 2015 02:09:40 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org Message-ID: <1536367177.2.1432778981866.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1692601331.74.1432658255624.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1692601331.74.1432658255624.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD-tests - Build #1063 - Still Unstable MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD-tests X-Jenkins-Result: UNSTABLE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2015 02:09:42 -0000 FreeBSD_HEAD-tests - Build #1063 - Still Unstable: Check console output at https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests/1063/ to view the results. From owner-freebsd-current@FreeBSD.ORG Thu May 28 06:30:48 2015 Return-Path: Delivered-To: freebsd-current@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-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current 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