summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-01-30 22:43:42 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-01-30 22:43:42 +0000
commit64b3ab24391c47869a09d082ee073e9832718fc2 (patch)
tree8a4a7fde834ff6b8c612e4720061ab34702fe64f /thunk.c
parentremoved debug code (diff)
downloadqemu-kvm-64b3ab24391c47869a09d082ee073e9832718fc2.tar.gz
qemu-kvm-64b3ab24391c47869a09d082ee073e9832718fc2.tar.bz2
qemu-kvm-64b3ab24391c47869a09d082ee073e9832718fc2.zip
sparc64 support (Blue Swirl)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1254 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'thunk.c')
-rw-r--r--thunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunk.c b/thunk.c
index 2dbc378cd..bc9bd2881 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:
{