On Thu, 22 Aug 2013 21:30:09 +0200
Stefan Weil wrote:
> Function expr_error gets a format string and variable arguments like printf.
> It also never returns. Add the necessary attributes.
>
> Signed-off-by: Stefan Weil
Applied to the qmp branch, thanks.
> ---
> monitor.c |3 ++-
> 1 file
Function expr_error gets a format string and variable arguments like printf.
It also never returns. Add the necessary attributes.
Signed-off-by: Stefan Weil
---
monitor.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/monitor.c b/monitor.c
index da9c9a2..6413d44 100644