From owner-svn-src-all@freebsd.org Fri Jul 22 22:20:54 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA0D2B9E9E4; Fri, 22 Jul 2016 22:20:54 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x22f.google.com (mail-qk0-x22f.google.com [IPv6:2607:f8b0:400d:c09::22f]) (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 389311C58; Fri, 22 Jul 2016 22:20:54 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qk0-x22f.google.com with SMTP id o67so113415569qke.1; Fri, 22 Jul 2016 15:20:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=CyQf2i8776FVb03S5O1LqlnjiWKAXpd4yHSazd2hdcg=; b=gSxwRBIGymz4ccN0AmGjXPKypr3rYws9nIcsWSBhpiyVfnMIYrcu8ie0hNdrdlGZJP YHw/3055rKsSsoDVNs3S+MaEjE0YZewYW/JOmCDEcvvK4LGhKzqsdLuzCOikrmG6saXY e6kr51lANW9+DE6qoUSLUHlFU73nT42SuthnzMGG1WyDaTi7C0Z9w8g/cLD2MBDTDuIl RnH+dl4bAaqsJGDmK1FH17X4up3BMrI2R6EKIOcuMBEqTW5OQUql3ZEocMP1OPqhCna4 pHTe0NwpdzP4ON5wtnXHn2cMwb3/Ym0BAyE/+GtD5Hf0zLYkDO2WLzEUH3TpsI91vloS wcMw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=CyQf2i8776FVb03S5O1LqlnjiWKAXpd4yHSazd2hdcg=; b=V5PIFFwRXyog5YbpOctHuvz/KV/ysSfnZ8pbM/8UQjMSrAvP3aXyhMp9wFYFI0/PGS xj0rBCuVz6Dim2s7Rnc2jP1iVgvVLUWCo2irHih8qQK7S+6yePtizpZ/XsdLuasFzaDu n2ESsdCRmrrKj80CbvDVwczgY9wdPpsHn1hbyKkgQELPoNDhvPQPx27iXeACjYgJ2FDp 2+5X9ug7FD/pwJVEaS1U2DgMQB2VbPRRhavGLzb8QMldAqHb+6kZkP8ebiPto1N2OPNJ lv6ACsNH9rTWAprNowyJGirTSDdqIGQdTrbyjf3GmAV3LsBonzqP4EFY32J4i28DHFQF Xo+Q== X-Gm-Message-State: AEkooutz813tvhaNdaNLiskv2KCYW7O15vBDwC5CIVomZISGrXh/0yn5tFSI6yAdeS8To2+j8Qh3cVm2h2APKw== X-Received: by 10.55.48.19 with SMTP id w19mr7645749qkw.141.1469226052390; Fri, 22 Jul 2016 15:20:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.233.216.194 with HTTP; Fri, 22 Jul 2016 15:20:51 -0700 (PDT) In-Reply-To: <20160723073428.K1265@besplex.bde.org> References: <201607221500.u6MF0c3S037470@repo.freebsd.org> <1980140.IgFQbb5iVz@ralph.baldwin.cx> <20160723073428.K1265@besplex.bde.org> From: Ngie Cooper Date: Fri, 22 Jul 2016 15:20:51 -0700 Message-ID: Subject: Re: svn commit: r303188 - head/share/mk To: Bruce Evans Cc: John Baldwin , Ruslan Bukin , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2016 22:20:54 -0000 On Fri, Jul 22, 2016 at 2:57 PM, Bruce Evans wrote: ... >>> +# GCC 6.1.0 >>> +.if ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 60100 >>> +CWARNFLAGS+= -Wno-error=unused-const-variable= >>> -Wno-error=nonnull-compare -Wno-error=shift-negative-value >>> -Wno-error=misleading-indentation -Wno-error=tautological-compare >>> +.endif >> >> >> Extra trailing = in the first one as well? > > I don't see one. I see only unreadably long lines containing unreadably > unordered flags. Perhaps your mail client mangled the line splitting, > but the above quite displays OK in mutt and vi here (except mutt makes > the line wrapping especially ugly by highlighting it). Look for "-Wno-error=unused-const-variable=". Thanks, -Ngie