From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 0 of 3] libxl/xl: Enable -Wshadow Date: Fri, 14 Sep 2012 13:42:28 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Ian Jackson List-Id: xen-devel@lists.xenproject.org We've had several occuranced of confusion on xl due to shadowing the global domid variable with a local one. The main bulk of this series removes that global, the rest is smaller cleanups to allow Wshadow. I've already sent the libxl part of this, but am reincluding here as part of the set.