protocol: drop G_GNUC_PURE from client_message_dup
This commit is contained in:

committed by
Max Kellermann

parent
371c82b2bf
commit
203f48d1fd
@@ -59,7 +59,7 @@ void
|
|||||||
client_message_copy(struct client_message *dest,
|
client_message_copy(struct client_message *dest,
|
||||||
const struct client_message *src);
|
const struct client_message *src);
|
||||||
|
|
||||||
G_GNUC_MALLOC G_GNUC_PURE
|
G_GNUC_MALLOC
|
||||||
struct client_message *
|
struct client_message *
|
||||||
client_message_dup(const struct client_message *src);
|
client_message_dup(const struct client_message *src);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user