OSDN Git Service

* testsuite/libffi.call/cls_multi_ushort.c,
[pf3gnuchains/gcc-fork.git] / libffi / testsuite / libffi.call / cls_float.c
index ac4ec48..8bed628 100644 (file)
@@ -4,11 +4,11 @@
    PR:         none.
    Originator: <andreast@gcc.gnu.org> 20030828  */
 
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* { dg-do run } */
 #include "ffitest.h"
 
-static void cls_ret_float_fn(ffi_cif* cif,void* resp,void** args,
-                            void* userdata)
+static void cls_ret_float_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
+                            void* userdata __UNUSED__)
  {
    *(float *)resp = *(float *)args[0];