From 64b3ab24391c47869a09d082ee073e9832718fc2 Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 30 Jan 2005 22:43:42 +0000 Subject: sparc64 support (Blue Swirl) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1254 c046a42c-6fe2-441c-8c8c-71466251a162 --- thunk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thunk.c') diff --git a/thunk.c b/thunk.c index 2dbc378cd9..bc9bd28819 100644 --- a/thunk.c +++ b/thunk.c @@ -153,7 +153,7 @@ const argtype *thunk_convert(void *dst, const void *src, } break; #else -#error unsupported conversion +#warning unsupported conversion #endif case TYPE_ARRAY: { -- cgit v1.2.1