gcc/
PR target/34780
* unwind-pe.h (size_of_encoded_value): add attribute unused.
From-SVN: r137582
+2008-07-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ PR target/34780
+ * unwind-pe.h (size_of_encoded_value): add attribute unused.
+
2008-07-07 Daniel Jacobowitz <dan@codesourcery.com>
* function.c (assign_parm_remove_parallels): Check mode of
This is only defined for fixed-size encodings, and so does not
include leb128. */
+static unsigned int
+size_of_encoded_value (unsigned char encoding) __attribute__ ((unused));
+
static unsigned int
size_of_encoded_value (unsigned char encoding)
{