From: Stefan Weil <weil@mail.berlios.de>
To: QEMU Developers <qemu-devel@nongnu.org>
Subject: [Qemu-devel] Re: [PATCH 01/14] arm host: Fix compiler warning
Date: Wed, 20 Jan 2010 23:11:36 +0100 [thread overview]
Message-ID: <4B577F98.6050603@mail.berlios.de> (raw)
In-Reply-To: <1264013005-16965-1-git-send-email-weil@mail.berlios.de>
Stefan Weil schrieb:
> Compilation for arm (native or cross) results in this
> warning:
>
> fpu/softfloat-native.c: In function ‘float64_round_to_int’:
> fpu/softfloat-native.c:387: error: control reaches end of non-void function
>
> float64_round_to_int uses special assembler code for arm
> and has no explicit return value.
>
> As there is no obvious reason why arm should need special
> code, all fpu related conditionals were removed.
> The remaining code is standard (C99) and compiles for arm,
> too.
>
> Signed-off-by: Stefan Weil <weil@mail.berlios.de>
> ---
> fpu/softfloat-native.c | 20 --------------------
> fpu/softfloat-native.h | 7 -------
> 2 files changed, 0 insertions(+), 27 deletions(-)
>
The "subject" line was wrong: the patch is complete
and can be applied as it is.
I'm sorry if I created confusion.
Stefan Weil
next prev parent reply other threads:[~2010-01-20 22:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-20 18:43 [Qemu-devel] [PATCH 01/14] arm host: Fix compiler warning Stefan Weil
2010-01-20 22:11 ` Stefan Weil [this message]
2010-01-22 11:57 ` Laurent Desnogues
2010-02-06 22:18 ` Aurelien Jarno
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B577F98.6050603@mail.berlios.de \
--to=weil@mail.berlios.de \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.