From owner-svn-src-head@freebsd.org Thu Feb 22 04:40:21 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 919A0F27EA4 for ; Thu, 22 Feb 2018 04:40:21 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf0-x22b.google.com (mail-lf0-x22b.google.com [IPv6:2a00:1450:4010:c07::22b]) (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 DA99B6A244 for ; Thu, 22 Feb 2018 04:40:20 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf0-x22b.google.com with SMTP id t204so5528414lff.9 for ; Wed, 21 Feb 2018 20:40:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:cc; bh=WEuRvZTEuJQjl/88Ck0xXWKIwRfgWKjDt2k+YwDPyUY=; b=oC2f2y0RvwkPLrtNuAg794B4RJ+oWnCdf3bWJLPOg/ZxdW6ih+r9bCY+x6Rs9BYg/7 9HGRnCMNCHhB0GPJtj3EF0sTCHW6cZo6PoWHtbaXCH9Hhtvx3deim99H2Q7XkgF68X3B xaAjx5a0ZZKP/zc4+O0oxYjgIArlEVq6U0WjGzghszRRIZiGMqbTIuH6tPaM452FzhxG iZhOUTIrXdmpuQJW1yBSIBfH5gHx4818YBIyLvitekTMzj7v8AswosyIDdcNbCQE+HnD Hu53igDdbdFHgT2T6uDMsY4wpwZzkyE+HbGy3qHqIiBgQPb2cO6Wc2qi82PdQu8wo5AV WpBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:cc; bh=WEuRvZTEuJQjl/88Ck0xXWKIwRfgWKjDt2k+YwDPyUY=; b=uTbB5SnNYsP4WqmCTy8YyL3ns8sJKK3nmgTvzutY4DrvC0vizJ/LEESAj087VNbYQR SSUhliQCDYoV0bwDgKNGYsTu/qOWuzPnawPUu1z5ukUEntVzr8KtDyGSwPDBK7+2cdXc RPza6KCIOhumkQR8Epyn3Lk8cO0UpVzVBrociQpMBOWmCzrr5BantMuHJ3wO/Kv+vJe9 J5CBiG049wOjSfAm7UlzEOa7JYydtcjT+fhnW3UExcdb8ImOovsUGbM8OnR/x7hKalI3 eGxAfc0e8xioanELg99JQEk8CrEyofhZ132wj+9tWbFTPeXH5Ki66hF7OZ3ADP97o8Nq uJtg== X-Gm-Message-State: APf1xPA6T6F0ekPwTt0nhxevDZFt97X+r7/kwt9kEuHxWxYShYXhs4LI pE6Ay978egcH23SyykltYybhs4dt7nwxTvjPwLI= X-Received: by 10.25.16.197 with SMTP id 66mt4436602lfq.86.1519274419224; Wed, 21 Feb 2018 20:40:19 -0800 (PST) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.179.30.66 with HTTP; Wed, 21 Feb 2018 20:40:18 -0800 (PST) In-Reply-To: <201802211551.w1LFpn57042314@repo.freebsd.org> References: <201802211551.w1LFpn57042314@repo.freebsd.org> From: Alan Somers Date: Wed, 21 Feb 2018 21:40:18 -0700 X-Google-Sender-Auth: BPLN8LquhZipPgO3ThJ-KClRsQ0 Message-ID: Subject: Re: svn commit: r329722 - head/cddl/usr.sbin/zdb Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2018 04:40:21 -0000 On Wed, Feb 21, 2018 at 8:51 AM, Alan Somers wrote: > Author: asomers > Date: Wed Feb 21 15:51:48 2018 > New Revision: 329722 > URL: https://svnweb.freebsd.org/changeset/base/329722 > > Log: > zdb: raise WARNS from 0 to 2 > > This has only been possible since r329694 and r329508 > > MFC after: 3 weeks > X-MFC-With: 329694 > X-MFC-With: 329508 > Sponsored by: Spectra Logic > > Modified: > head/cddl/usr.sbin/zdb/Makefile > > Looks like I broke the build with GCC-6. I'll fix it, as soon as I can get the toolchain setup. -Alan