Latest gcc svn sources
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
PR: none.
|
||||
Originator: <andreast@gcc.gnu.org> 20030911 */
|
||||
|
||||
/* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
|
||||
/* { dg-do run } */
|
||||
#include "ffitest.h"
|
||||
|
||||
typedef struct A {
|
||||
@@ -35,7 +35,8 @@ B B_fn(struct A b0, struct B b1)
|
||||
}
|
||||
|
||||
static void
|
||||
B_gn(ffi_cif* cif, void* resp, void** args, void* userdata)
|
||||
B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
|
||||
void* userdata __UNUSED__)
|
||||
{
|
||||
struct A b0;
|
||||
struct B b1;
|
||||
|
||||
Reference in New Issue
Block a user