Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752303Ab3FNHtW (ORCPT ); Fri, 14 Jun 2013 03:49:22 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:61434 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752050Ab3FNHtV (ORCPT ); Fri, 14 Jun 2013 03:49:21 -0400 Message-ID: <51BACB03.8010400@gmail.com> Date: Fri, 14 Jun 2013 09:49:23 +0200 From: Riccardo Magliocchetti User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: Arnaldo Carvalho de Melo CC: Linux Kernel Mailing List , Ingo Molnar , Riccardo Magliocchetti , Greg KH Subject: perf bench does compile in 3.9.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 741 Lines: 17 Hello, on my 64bit kernel / 32 bit userspace system with libnuma 2.0.8 i get this error on linux 3.9.6: bench/numa.c: In function ‘worker_thread’: bench/numa.c:1113:20: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] bench/numa.c:1161:6: error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘u64’ [-Werror=format] Haven't tried latest git but it looks like there's the same issue. thanks, riccardo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/