|
From: Nicholas N. <nj...@ca...> - 2004-02-14 16:56:30
|
CVS commit by nethercote:
Remove compile warnings.
M +2 -0 gen_insn_test.pl 1.3
--- valgrind/none/tests/gen_insn_test.pl #1.2:1.3
@@ -135,4 +135,5 @@
}
+__attribute__((unused))
static int eq_float(float f1, float f2)
{
@@ -140,4 +141,5 @@
}
+__attribute__((unused))
static int eq_double(double d1, double d2)
{
|