From owner-svn-src-all@freebsd.org Sun May 15 04:29:36 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 59426B3C446; Sun, 15 May 2016 04:29:36 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-oi0-x242.google.com (mail-oi0-x242.google.com [IPv6:2607:f8b0:4003:c06::242]) (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 1FAA419CA; Sun, 15 May 2016 04:29:36 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by mail-oi0-x242.google.com with SMTP id i2so23836206oib.3; Sat, 14 May 2016 21:29:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=PDsEXsGqCUzuuPP2CRQFrVSnrL193HVxQXr8oQraDtI=; b=N5++Z/dj8XLWSR/BwIoRSqKchDJc696JFGHvYxic7nxbzydGdhYYz6FyFswQTJME7p tRuGO9tHl9EOEw79KFkSUWsF4y7gCoQab7EICktFbLj1Z8C4NeBQsLEe5px0LHfVVbiE 24DP9veN+V17ip56fwldlfG9J6Edmq+t9tN/YcsloFTVBzB2YDuwtz8h6ZPzBnnym/yZ AOkNPvq61ztHTrcaG/o2ekMgispfFl9npNoFMfj+ETTzbvcthL4DA/kvbOWZHxE4KExY Qcwq199d8mwFkbwhlTz6SQaI4H6kVXee7Ga+GFrkJr1IPaN0CwOykseBuwpbwq2w/xAt KmUw== 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:date :message-id:subject:from:to:cc; bh=PDsEXsGqCUzuuPP2CRQFrVSnrL193HVxQXr8oQraDtI=; b=Cu87sEANlpVbY7ukv+pRyAX0B4rqGtQVCJBK7zVdKQg2KoNirx2VXEYDjre24oE5Dl Yg2IduqV7T5fnRLwHe96aDzWm2bikMVWEIey9Kj311pL+mIhiqe9Zn7Eg6tB1+6/3+1m bb9tAD3CEo1t5XE/pMm+oPrfZKIdyGt4bjEqlYuuy+rwSy8pV2GYP5PIo8EepG5xS/b/ 84rtMdR7vn3fLGQ51lLAFof6hXw6J+BYF5ENrSC69SqJVMWT+3NIvjYPSNkW/7HTxvBV HDGQizFgNZp+Jfvd6MotRXHqZPRjs8MW3pifvYNCffvc7jjpDiE7uS9sp6p5Lvuz/JUr VNNQ== X-Gm-Message-State: AOPr4FVAMM3Ol9tcWBYmOb9oeoa5YBaOXFgPVw/sep4EJvLrhFW3lQcpOfcpgGhmbvpS2oDtXw+q9tXEEQCelA== MIME-Version: 1.0 X-Received: by 10.202.188.134 with SMTP id m128mr13509086oif.4.1463286575368; Sat, 14 May 2016 21:29:35 -0700 (PDT) Received: by 10.157.11.77 with HTTP; Sat, 14 May 2016 21:29:35 -0700 (PDT) In-Reply-To: <201605150338.u4F3ceTJ062287@repo.freebsd.org> References: <201605150338.u4F3ceTJ062287@repo.freebsd.org> Date: Sat, 14 May 2016 23:29:35 -0500 Message-ID: Subject: Re: svn commit: r299831 - head/usr.sbin/bsnmpd/bsnmpd From: Benjamin Kaduk To: Garrett Cooper 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.22 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: Sun, 15 May 2016 04:29:36 -0000 On Sat, May 14, 2016 at 10:38 PM, Garrett Cooper wrote: > Author: ngie > Date: Sun May 15 03:38:40 2016 > New Revision: 299831 > URL: https://svnweb.freebsd.org/changeset/base/299831 > > Log: > Remove NO_WERROR and add WARNS?= 6 > I thought WARNS=6 was already the default. -Ben