From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTFw3-0007QP-QW for qemu-devel@nongnu.org; Sun, 14 Sep 2014 15:58:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTFvw-0007b8-Bn for qemu-devel@nongnu.org; Sun, 14 Sep 2014 15:58:11 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:47029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTFvw-0007YL-60 for qemu-devel@nongnu.org; Sun, 14 Sep 2014 15:58:04 -0400 From: Peter Maydell Date: Sun, 14 Sep 2014 20:45:33 +0100 Message-Id: <1410723938-18007-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/5] target-mips: Fix unused-function warnings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Richard Henderson , Aurelien Jarno , patches@linaro.org These patches fix a number of warnings in target-mips code that clang produces; notably, clang will complain about unused 'static inline' functions in .c files where gcc does not. Some are genuinely totally unused; a few are unused only in some configs and so we add ifdef guards. (I've actually had these lying around for a while but forgot to send them.) Peter Maydell (5): target-mips: Remove unused gen_load_ACX, gen_store_ACX and cpu_ACX target-mips/translate.c: Add ifdef guard around check_mips64() target-mips/dsp_helper.c: Add ifdef guards around various functions target-mips/dsp_helper.c: Remove unused function get_DSPControl_24() target-mips/op_helper.c: Remove unused do_lbu() function target-mips/dsp_helper.c | 26 ++++++++++++++++---------- target-mips/op_helper.c | 1 - target-mips/translate.c | 22 +++------------------- 3 files changed, 19 insertions(+), 30 deletions(-) -- 2.0.0