qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 5/6] linux-user/main.c: Mark end_exclusive() as


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 5/6] linux-user/main.c: Mark end_exclusive() as possibly unused
Date: Wed, 21 Jan 2015 10:54:50 +0000

On 21 January 2015 at 08:40, Thomas Huth <address@hidden> wrote:
> IMHO it might be better to add a proper #ifdef guard around that
> function. Consider that the calls to end_exclusive() might get removed
> completely one day, then you won't get a compiler warning about the
> unused function anymore if you used the attribute__((unused)) way.

Too painful, and these functions are likely going to go away/change
with the multithreaded-system-emulation support (I hope).

-- PMM



reply via email to

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