linux-user/main.c: Mark end_exclusive() as possibly unused
commitf7e61b222b2796ee43c976ec44c61a15d55ff662
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 8 Jan 2015 12:19:47 +0000 (8 12:19 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Tue, 27 Jan 2015 20:33:57 +0000 (27 22:33 +0200)
tree2ca624d84a7e08d0c58a639ebd0cc9b2f212cb77
parentb040bc9c0360106fab57bb1abe2d242bd17c4c32
linux-user/main.c: Mark end_exclusive() as possibly unused

The function end_exclusive() isn't used on all targets; mark it as
such to avoid a clang warning.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/main.c