+ * or32-opc.c (debug): Warning fix.
+ * po/POTFILES.in: Regenerate.
+
* maxq-dis.c: Formatting.
(print_insn): Warning fix.
/* Table of opcodes for the OpenRISC 1000 ISA.
- Copyright 2002 Free Software Foundation, Inc.
+ Copyright 2002, 2004 Free Software Foundation, Inc.
This file is part of gen_or1k_isa, or1k, GDB and GAS.
static void debug PARAMS ((int, const char *, ...));
static void
-debug (int level, const char *format, ...)
+debug (int level ATTRIBUTE_UNUSED, const char *format ATTRIBUTE_UNUSED, ...)
{
- /* Just to get rid of warnings. */
- format = (char *) level = 0;
}
#endif