From: Petar Jovanovic Date: Sat, 30 Jun 2012 02:12:13 +0000 (+0000) Subject: Removing the warning about defined yet unused function on MIPS. X-Git-Tag: svn/VALGRIND_3_8_0~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=489894771111c67acca7453aeee479161800f686;p=thirdparty%2Fvalgrind.git Removing the warning about defined yet unused function on MIPS. Getting rid of the warning for the function handler_unsup_insn which is not used on MIPS. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12686 --- diff --git a/coregrind/m_machine.c b/coregrind/m_machine.c index 047c508555..a272191d2b 100644 --- a/coregrind/m_machine.c +++ b/coregrind/m_machine.c @@ -434,7 +434,7 @@ Int VG_(machine_arm_archlevel) = 4; /* For hwcaps detection on ppc32/64, s390x, and arm we'll need to do SIGILL testing, so we need a VG_MINIMAL_JMP_BUF. */ #if defined(VGA_ppc32) || defined(VGA_ppc64) \ - || defined(VGA_arm) || defined(VGA_s390x) || defined(VGA_mips32) + || defined(VGA_arm) || defined(VGA_s390x) #include "pub_tool_libcsetjmp.h" static VG_MINIMAL_JMP_BUF(env_unsup_insn); static void handler_unsup_insn ( Int x ) {