From owner-svn-src-head@freebsd.org Sun Nov 8 20:09:46 2015 Return-Path: Delivered-To: svn-src-head@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 123A9A29D4C; Sun, 8 Nov 2015 20:09:46 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::229]) (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 D2B5411E9; Sun, 8 Nov 2015 20:09:45 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iodd200 with SMTP id d200so168016382iod.0; Sun, 08 Nov 2015 12:09:45 -0800 (PST) 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:content-type; bh=3teD431DYmONPCZCcP+tfWPe+H6aTa3qYcjktDzZjAU=; b=o+48pHfvf+z+P85z1d2jEevo/Dca8ZWPHwX/Cp48xvNqmdkcUL8xor9v++NlEr1USM EN+46/4Gx+gfnYxEtOb2HMrTqRxbur18NbxDyu7Qr9eMsMU37YUsbC4vw2XgKOYffQLc 6zkv4ueT9nna2L3sisQ0FPY9wxi48lN7+SyuffsKBFtCfMfRBAm1XU5XyYWR4tM1xTXc 7xdf3Sy0l06mx7oR2OFTjswwoUwNHSDtrybVWd0suLu3Eb0583BiB/nQH4ifGtTB1k+u Y25AWqopJgYRqUWE/C8RAP+mHtKjic1vDIhl2PsbzHqHzFbbG7lG3pHfFjI27xkDjLT7 3I5Q== MIME-Version: 1.0 X-Received: by 10.107.46.142 with SMTP id u14mr22921217iou.165.1447013385171; Sun, 08 Nov 2015 12:09:45 -0800 (PST) Received: by 10.36.217.196 with HTTP; Sun, 8 Nov 2015 12:09:45 -0800 (PST) In-Reply-To: <201511072031.tA7KVOYe071747@repo.freebsd.org> References: <201511072031.tA7KVOYe071747@repo.freebsd.org> Date: Sun, 8 Nov 2015 12:09:45 -0800 Message-ID: Subject: Re: svn commit: r290512 - head/usr.bin/localedef From: Adrian Chadd To: Baptiste Daroussin Cc: "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-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 08 Nov 2015 20:09:46 -0000 hiya, not enough! On 7 November 2015 at 12:31, Baptiste Daroussin wrote: > Author: bapt > Date: Sat Nov 7 20:31:23 2015 > New Revision: 290512 > URL: https://svnweb.freebsd.org/changeset/base/290512 > > Log: > Bump warning level > > Modified: > head/usr.bin/localedef/Makefile > > Modified: head/usr.bin/localedef/Makefile > ============================================================================== > --- head/usr.bin/localedef/Makefile Sat Nov 7 20:29:23 2015 (r290511) > +++ head/usr.bin/localedef/Makefile Sat Nov 7 20:31:23 2015 (r290512) > @@ -13,7 +13,7 @@ SRCS= charmap.c \ > time.c \ > wide.c > > -WARNS= 3 > +WARNS= 5 > ${SRCS:M*.c}: parser.h > parser.h: parser.y > >