From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAjX6-0005ki-Kv for qemu-devel@nongnu.org; Wed, 08 Jun 2016 15:52:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAjX3-0004iz-Gp for qemu-devel@nongnu.org; Wed, 08 Jun 2016 15:52:56 -0400 Received: from mail.weilnetz.de ([37.221.199.173]:34697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAjX3-0004ik-5R for qemu-devel@nongnu.org; Wed, 08 Jun 2016 15:52:53 -0400 References: <1465373606-18486-1-git-send-email-thuth@redhat.com> <20160608140910.GE22519@stefanha-x1.localdomain> From: Stefan Weil Message-ID: <57587790.5010800@weilnetz.de> Date: Wed, 8 Jun 2016 21:52:48 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="H0924GuVSbh7Xhg44VwBnvHR5VqDvDNAB" Subject: Re: [Qemu-devel] [RFC PATCH] configure: Enable -Werror for MinGW builds, too List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Stefan Hajnoczi Cc: Thomas Huth , QEMU Developers , "Daniel P. Berrange" , Paolo Bonzini , Yuri Pudgorodskiy This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --H0924GuVSbh7Xhg44VwBnvHR5VqDvDNAB Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Am 08.06.2016 um 20:55 schrieb Peter Maydell: > On 8 June 2016 at 15:09, Stefan Hajnoczi wrote: >> On Wed, Jun 08, 2016 at 10:13:26AM +0200, Thomas Huth wrote: >>> MinGW seems to compile currently without warnings, so it should >>> be safe to enable -Werror now for this environment, too. >>> >>> Signed-off-by: Thomas Huth >>> --- >>> ... at least it compiles without errors for me here. I hope that's >>> also true for different versions of MinGW ... would be great if >>> everybody who has such a compiler installed could give it a try! >>> >>> configure | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> mingw 5.2.0-1.fc23 does not produce any warnings anymore. >> >> Tested-by: Stefan Hajnoczi >=20 > My w32/w64 builds need -Wno-unused-local-typedefs to build > with -Werror, but that's the fault of the glib headers I build > against and I already configure like that in order to use -Werror. >=20 > We should check whether we can enable -Werror for OSX too. >=20 > thanks > -- PMM The last time when I tried OS X there were some deprecation warnings. If those are fixed now we can enable -Werror for all target platforms (we could do that anyway because in case of problems it's always possible to disable it for individual builds). Stefan --H0924GuVSbh7Xhg44VwBnvHR5VqDvDNAB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXWHeQAAoJEOCMIdVndFCtulUP/jv31n77kNrBvR3ocfpWBVyk sg1kZm6n/U03yoXZ2AFmccYm2CnTEQUdgA6Dcf0zI04Z97rusFVsSRiDkvO2GOyk Bd9P6vAwmdQuxP7JuPeZrdGLU8O5VSLlkyG/il5wDAc3lAoM2Y3U7xB9PeLbq4Fm QFutTGlLtdg0X5c50ajTMfJbjds0JTwviyHOyVjQKWPB03hLi84eOr9I+rC9nQJO 0rYimdXn3xkcjVqAdBNYEu4uKeM242HK7xfkMa78udEYN0Wt9m7vkTzUl4g1xror 0mvjFPH/R/6mmuNBaLInbQAE2A4JWU0qWAwOAq5LybxtNwkUXz6Hz3Mx9lGSD2XY xJI1tUVzWNFprjZ5lZ+FwOvIbJNiE6s5ccnwR4JjJE3XoCXkH6fl+pceIFebfBF0 cytd3KPZRNeKvKUb3eFf7VAVEL6LsZD+J6ne6yoJTUD9I5VSR/DTvCNu61zKY/On 0JfcBXfv1A8AfHF3PlOIe0JwasWvVaajsAnDwx15szo7nJcKm7Gs2X1j3/pG7O4E wh96ZPeYqwUv46pOViUZ/0F9RNuuloYasg8qQMtUPUWOMRWgLi+JH1icVQPVY/9k T8YrIMU9eRQY26lVgTJNMtCawbVmY12qZ3xw4N/vNnSNK7A8aTx/3b7Ao2QfVeJT c5rkpVw8mggC/sur0QQL =eJgL -----END PGP SIGNATURE----- --H0924GuVSbh7Xhg44VwBnvHR5VqDvDNAB--