From: Anthony Green Date: Tue, 19 Nov 2019 15:07:16 +0000 (-0500) Subject: Disable type warnings for or1k. X-Git-Tag: upstream/3.3~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=497018686d4df0012ea7bf1a4ab41b918b5e65bc;p=platform%2Fupstream%2Flibffi.git Disable type warnings for or1k. --- diff --git a/testsuite/libffi.call/huge_struct.c b/testsuite/libffi.call/huge_struct.c index 187c42c..1915c3f 100644 --- a/testsuite/libffi.call/huge_struct.c +++ b/testsuite/libffi.call/huge_struct.c @@ -7,7 +7,7 @@ /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */ /* { dg-options -mlong-double-128 { target powerpc64*-*-linux* } } */ -/* { dg-options -Wformat=0 { target moxie*-*-elf } } */ +/* { dg-options -Wformat=0 { target moxie*-*-elf or1k-*-* } } */ #include "ffitest.h"