From owner-freebsd-current@FreeBSD.ORG Sun Apr 12 22:20:20 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97F4D9AA; Sun, 12 Apr 2015 22:20:20 +0000 (UTC) Received: from st11p02mm-asmtp001.mac.com (st11p02mm-asmtp001.mac.com [17.172.220.236]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C217FAE; Sun, 12 Apr 2015 22:20:20 +0000 (UTC) Received: from fukuyama.hsd1.ca.comcast.net (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by st11p02mm-asmtp001.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NMP00897SOSWE20@st11p02mm-asmtp001.mac.com>; Sun, 12 Apr 2015 22:19:43 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-12_03:2015-04-10,2015-04-12,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504120209 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: WARNING: FOO.c: enum pmc_event has too many values: 1930 > 1023 From: Rui Paulo In-reply-to: Date: Sun, 12 Apr 2015 15:19:39 -0700 Content-transfer-encoding: quoted-printable Message-id: <79D3F78F-1DCF-4C2C-A9C9-1D5290CE6482@me.com> References: <3993727.Uyr34jnAqW@akita> To: Benjamin Kaduk X-Mailer: Apple Mail (2.2098) X-Mailman-Approved-At: Mon, 13 Apr 2015 01:28:37 +0000 Cc: freebsd-current@freebsd.org, current@freebsd.org, Oliver Pinter X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2015 22:20:20 -0000 On Apr 12, 2015, at 13:18, Benjamin Kaduk wrote: > Looking at the actual build log posted, the warning is emitted by cc, = not > ctfconvert. This is not a compiler warning. While you can't see the = ctfconvert/ctfmerge command because it's hidden, I'm sure that the = warning comes from ctf. Just grep for the warning message in = cddl/contrib/opensolaris/tools/ctf if you don't believe me. -- Rui Paulo