qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 00/12] M68k for 2.9 patches


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/12] M68k for 2.9 patches
Date: Tue, 27 Dec 2016 16:44:43 +0000

On 24 December 2016 at 11:40, Laurent Vivier <address@hidden> wrote:
> The following changes since commit a470b33259bf82ef2336bfcd5d07640562d3f63b:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into 
> staging (2016-12-22 19:23:51 +0000)
>
> are available in the git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/m68k-for-2.9-pull-request
>
> for you to fetch changes up to ed3c95af3dd314a58a83b83126633e4efbad817b:
>
>   target-m68k: free TCG variables that are not (2016-12-24 12:31:21 +0100)
>
> ----------------------------------------------------------------
> A series of patches queued since the beginning of the freeze period.
> Compared to the m68k-for-2.9 branch, 3 patches implementing bitfield
> ops are missing as they need new TCG functions. They will be pushed
> later.
> ----------------------------------------------------------------

clang complains about unused variables:

/Users/pm215/src/qemu-for-merges/target/m68k/op_helper.c:413:14: error: unused
      variable 'c' [-Werror,-Wunused-variable]
    uint64_t c, u, l;
             ^
/Users/pm215/src/qemu-for-merges/target/m68k/op_helper.c:413:20: error: unused
      variable 'l' [-Werror,-Wunused-variable]
    uint64_t c, u, l;
                   ^
/Users/pm215/src/qemu-for-merges/target/m68k/op_helper.c:413:17: error: unused
      variable 'u' [-Werror,-Wunused-variable]
    uint64_t c, u, l;
                ^

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]