[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/3] target-sparc: fixed unused function warning
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH 0/3] target-sparc: fixed unused function warnings |
Date: |
Tue, 24 Jun 2014 09:33:20 +0100 |
On 24 June 2014 05:24, Richard Henderson <address@hidden> wrote:
> I think I would be happier if you changed the functions to not be marked as
> "inline". I think that there's a large body of code that marks things inline
> exactly to prevent unused warnings with gcc. If we're going to play with the
> ifdeffery, we might as well just let any compiler warn if its unused.
Makes sense.
thanks
-- PMM
- [Qemu-devel] [PATCH 0/3] target-sparc: fixed unused function warnings, Peter Maydell, 2014/06/23
- [Qemu-devel] [PATCH 3/3] target-sparc: is_translating_asi() is TARGET_SPARC64 only, Peter Maydell, 2014/06/23
- [Qemu-devel] [PATCH 0/3] target-sparc: fixed unused function warnings, Peter Maydell, 2014/06/23
- [Qemu-devel] [PATCH 2/3] target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 only, Peter Maydell, 2014/06/23
- [Qemu-devel] [PATCH 1/3] target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_cc, Peter Maydell, 2014/06/23
- Re: [Qemu-devel] [PATCH 0/3] target-sparc: fixed unused function warnings, Richard Henderson, 2014/06/24
- Re: [Qemu-devel] [PATCH 0/3] target-sparc: fixed unused function warnings,
Peter Maydell <=