From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W87uZ-0002bE-VG for qemu-devel@nongnu.org; Tue, 28 Jan 2014 07:37:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W87uQ-0006ff-UQ for qemu-devel@nongnu.org; Tue, 28 Jan 2014 07:37:03 -0500 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:42919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W87uQ-0006fa-MY for qemu-devel@nongnu.org; Tue, 28 Jan 2014 07:36:54 -0500 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 28 Jan 2014 12:36:53 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id A4827219005E for ; Tue, 28 Jan 2014 12:36:48 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s0SCacHT524606 for ; Tue, 28 Jan 2014 12:36:38 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s0SCanHh028977 for ; Tue, 28 Jan 2014 05:36:49 -0700 Message-ID: <52E7A461.8000109@de.ibm.com> Date: Tue, 28 Jan 2014 13:36:49 +0100 From: Christian Borntraeger MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] s390: compile warning in tcg code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: Alexander Graf , "qemu-devel@nongnu.org" Richard, currently the upstream s390x target does not compile without -disable-werror. [...] In file included from REPOS/qemu/tcg/tcg.c:205:0: REPOS/qemu/tcg/s390/tcg-target.c:2231:13: warning: ‘sigill_handler’ defined but not used [-Wunused-function] [...] Seems that we can simply remove this. Can you have a look? Christian