From owner-svn-src-all@freebsd.org Sat Jan 6 17:02:33 2018 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 67C9DEC23A8; Sat, 6 Jan 2018 17:02:33 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23C1A76E8D; Sat, 6 Jan 2018 17:02:32 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from coleburn.home.andric.com (coleburn.home.andric.com [192.168.0.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 16A16466C7; Sat, 6 Jan 2018 18:02:30 +0100 (CET) From: Dimitry Andric Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_929853BD-BD9B-4EB3-A608-4B6496E6B2A1"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r327616 - head/usr.bin/morse Date: Sat, 6 Jan 2018 18:02:29 +0100 In-Reply-To: Cc: Li-Wen Hsu , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org To: Eitan Adler References: <201801060948.w069m4Rb058364@repo.freebsd.org> <8CD482D7-1C01-480E-A2DE-5B9E1ACF05D4@FreeBSD.org> X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 06 Jan 2018 17:02:33 -0000 --Apple-Mail=_929853BD-BD9B-4EB3-A608-4B6496E6B2A1 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 6 Jan 2018, at 17:51, Eitan Adler wrote: >=20 > On 6 January 2018 at 08:36, Dimitry Andric wrote: >> On 6 Jan 2018, at 14:19, Eitan Adler wrote: ... >>> Why is testing with "make obj; make" in the morse directory = insufficient? ... >> usr.bin/morse/morse.c:602:15: error: unused parameter 'stream' = [-Werror,-Wunused-parameter] >> fdecode(FILE *stream) >> ^ >> 1 error generated. >>=20 >> Maybe you have warnings turned off in your local build environment? >=20 > Is there anything that I could set in my environment that would > override the command line flags? It depends. Many people have /etc/make.conf or /etc/src.conf files with extensive settings and compiler flag modifications, so usually the first advice is to do: export __MAKE_CONF=3D/dev/null export SRCCONF=3D/dev/null then attempt to build again. If that works, then slowly go through the make.conf or src.conf settings, enabling them one by one until you reproduce the failure (or unexpected success :). -Dimitry --Apple-Mail=_929853BD-BD9B-4EB3-A608-4B6496E6B2A1 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCWlEBJQAKCRCwXqMKLiCW o4YBAKCia+Im3GvHW7tRF45OV4+DK9gBcACfTc6jv0bPwbI29uSdGCpISQZ1yuQ= =LHO3 -----END PGP SIGNATURE----- --Apple-Mail=_929853BD-BD9B-4EB3-A608-4B6496E6B2A1--