From owner-freebsd-current@FreeBSD.ORG Sun May 31 02:15:44 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 34FAAEE3; Sun, 31 May 2015 02:15:44 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x22c.google.com (mail-yk0-x22c.google.com [IPv6:2607:f8b0:4002:c07::22c]) (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 E5EA819C4; Sun, 31 May 2015 02:15:43 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykfl8 with SMTP id l8so33961354ykf.1; Sat, 30 May 2015 19:15:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=TOeZgbqXlJ+oueF0TDxEWfoDm4DelKpyEUu018e3AzU=; b=BC72Mg38PWMoqH2uxVbg+OWPOR7/kXzvZ+fkbLZp5SE0OdMCUCeG59V3fWziO/TjEI 55w/jYTi0CvtQetMyRJnf1zwRGLRHdKLtnjvwgs4P9gp+mH7L4KHTkAVZZcroitsdxqy gM9xh9HoG2ZD2YIgjrWzi058Y8LSkOfIHWSGmVIrCsWV5By2HDjOw56sDO2WUDWBo8Qs 6k6kcLuMEgpQwjeTZZLiTlRAWuxTv40LVc+2kAYBqksg61rP1+ZNVr3j4OuAPqGcZNpD T1Y0igIsjuuQCopVN/rTMzidk4DkhT7rAnshn0j/+RpKfFvxi6FlDbkcG4NA/zM9s0lm Zpwg== MIME-Version: 1.0 X-Received: by 10.236.2.137 with SMTP id 9mr16075316yhf.61.1433038543057; Sat, 30 May 2015 19:15:43 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.13.233.70 with HTTP; Sat, 30 May 2015 19:15:42 -0700 (PDT) In-Reply-To: <20150528164940.GC2499@kib.kiev.ua> References: <20150528164940.GC2499@kib.kiev.ua> Date: Sat, 30 May 2015 19:15:42 -0700 X-Google-Sender-Auth: U1jrnU4ehGMEJfvB3ir-t2CCGVg Message-ID: Subject: Re: Need help reducing compilation warnings in CURRENT From: Craig Rodrigues To: Konstantin Belousov Cc: 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: Sun, 31 May 2015 02:15:44 -0000 On Thu, May 28, 2015 at 9:49 AM, Konstantin Belousov wrote: > On Wed, May 27, 2015 at 11:30:45PM -0700, Craig Rodrigues wrote: > > I take some time to do a pass over mine code or code I am somewhat > knowledgable, to correct some 'assigned but not used variable' warnings. > There might be even one real bug in SU code uncovered, but I am not > sure yet. > > Please review at https://reviews.freebsd.org/D2665 . > I do not have an intention of splitting this into individual changes. > Thanks for committing these fixes. Jenkins detected this as fixing 42 warnings: https://jenkins.freebsd.org/job/FreeBSD_HEAD_amd64_gcc4.9/34/warnings17Result/ Every little bit helps! -- Craig