From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgJ8l-0004gp-MR for qemu-devel@nongnu.org; Mon, 11 Jul 2011 12:15:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgJ8j-0004BB-UO for qemu-devel@nongnu.org; Mon, 11 Jul 2011 12:15:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgJ8j-0004Av-GI for qemu-devel@nongnu.org; Mon, 11 Jul 2011 12:15:21 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6BGFKMd018993 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 11 Jul 2011 12:15:20 -0400 From: Juan Quintela Date: Mon, 11 Jul 2011 18:15:10 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] Yet more gcc warnings fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org More places that have write only variables. Once here, why we have clovvered arg7 is a good question (TM) abi_long do_syscall(void *cpu_env, int num, abi_long arg1, abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6, abi_long arg7, abi_long arg8) { ..... abi_ulong arg_sigset, *arg7; .... Using a different name could be a good idea. Please, apply. Later, Juan. Juan Quintela (2): xen_mapcache: remove unused variable syscall: pselect arg_sigsize variable was write only linux-user/syscall.c | 3 +-- xen-mapcache.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) -- 1.7.6