From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Avoid compiler warnings in mips-tdep.c Date: Mon, 04 Jun 2001 00:53:00 -0000 Message-id: References: <3B049C2A.5080102@cygnus.com> X-SW-Source: 2001-06/msg00027.html On Fri, 18 May 2001, Andrew Cagney wrote: > > Please consider the following patches to mips-tdep.c, to avoid compiler > > warnings and fix one typo in a comment. > > > > > > 2001-05-17 Eli Zaretskii > > > > * mips-tdep.c (show_mipsfpu_command): Remove unused variable msg. > > (mips_set_processor_type_command): Remove unused variable j. > > (mips_breakpoint_from_pc): Declare breakpoint instruction > > sequences as unsigned char, to avoid compiler warnings. > > > Yes, fixes like this one are pretty obvious. Committed.