mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 03:14:03 +00:00
red-worker: Remove warning
In some configuration _GNU_SOURCE is defined by the compiler and defining again cause a warning. Do not define again to avoid the warning. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
75879867b7
commit
67c7dacd07
@ -17,7 +17,9 @@
|
||||
*/
|
||||
#include <config.h>
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user