Take _GNU_SOURCE out of source and put it in CFLAGS
This commit is contained in:
@@ -227,7 +227,6 @@ int control_mirror(struct control_params* client, int linesc, char** lines)
|
||||
|
||||
|
||||
remote_size = socket_nbd_read_hello(fd);
|
||||
remote_size = remote_size; // shush compiler
|
||||
|
||||
mirror = xmalloc(sizeof(struct mirror_status));
|
||||
mirror->client = fd;
|
||||
|
Reference in New Issue
Block a user