From 1dd1a705b58f1645cda679b88a2629d21adcbd07 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 15 Oct 2013 09:13:22 +0200 Subject: gcc.h: major update Copy the according file from another project (i.e. XCSoar). This will allow copying more code more easily. --- src/protocol/Result.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocol/Result.hxx') diff --git a/src/protocol/Result.hxx b/src/protocol/Result.hxx index 0f953c62b..659e515bb 100644 --- a/src/protocol/Result.hxx +++ b/src/protocol/Result.hxx @@ -38,7 +38,7 @@ void command_error_v(Client *client, enum ack error, const char *fmt, va_list args); -gcc_fprintf_ +gcc_printf(3,4) void command_error(Client *client, enum ack error, const char *fmt, ...); -- cgit v1.2.3