From a6c47663482479fbad3153a7a9d4dc9f07e11688 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 15 Apr 2024 16:44:07 +0200 Subject: define _GNU_SOURCE to silence warning about asprintf --- ot_http.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ot_http.c b/ot_http.c index df3a1ae..d825426 100644 --- a/ot_http.c +++ b/ot_http.c @@ -6,6 +6,7 @@ /* System */ #include #include +#define _GNU_SOURCE #include #include #include -- cgit v1.2.3