From owner-svn-src-all@freebsd.org Thu Jun 25 18:39:17 2015 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 0C63098CA58; Thu, 25 Jun 2015 18:39:17 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BC2621C80; Thu, 25 Jun 2015 18:39:16 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 28B4325D3A42; Thu, 25 Jun 2015 18:39:14 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 6401FC7705C; Thu, 25 Jun 2015 18:39:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id DQIaTm0-SfGe; Thu, 25 Jun 2015 18:39:12 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:dd7c:f46e:daef:b795] (unknown [IPv6:fde9:577b:c1a9:4410:dd7c:f46e:daef:b795]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id E4931C7703A; Thu, 25 Jun 2015 18:39:11 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: svn commit: r284777 - in head: sbin/pfctl share/man/man4 sys/conf sys/net/altq sys/netpfil/pf From: "Bjoern A. Zeeb" In-Reply-To: Date: Thu, 25 Jun 2015 18:38:39 +0000 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <41DC96CB-5766-44A9-B95B-94276E663091@FreeBSD.org> References: <201506241916.t5OJGfEm025914@svn.freebsd.org> <76B695F2-AEDE-4BF3-8BE3-97CA8A98780D@FreeBSD.org> To: =?utf-8?Q?Ermal_Lu=C3=A7i?= X-Mailer: Apple Mail (2.2098) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 25 Jun 2015 18:39:17 -0000 > On 25 Jun 2015, at 15:07 , Ermal Lu=C3=A7i wrote: >=20 > Fixed. I have a feeling it=E2=80=99s not; amd64.LINT: /scratch/tmp/bz/head.svn/sys/net/altq/altq_fairq.c:746:4: error: format = specifies type 'long long' but the argument has type 'uint64_t' (aka = 'unsigned long') [-Werror,-Wformat] bw, cl->cl_bandwidth, *hit_limit, b); ^~ 1 error generated. --- altq_fairq.o --- *** [altq_fairq.o] Error code 1