From: Yannick Brosseau Date: Fri, 16 Nov 2012 22:23:33 +0000 (-0500) Subject: Add #define _GNU_SOURCE to remove warning about asprintf X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=adb5273aa7cfe79245d2a9345d8c4a601ee8b174;p=deliverable%2Fbabeltrace.git Add #define _GNU_SOURCE to remove warning about asprintf Signed-off-by: Yannick Brosseau Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/lib/tap.c b/tests/lib/tap.c index d41a75185..a43095119 100644 --- a/tests/lib/tap.c +++ b/tests/lib/tap.c @@ -24,6 +24,7 @@ * SUCH DAMAGE. */ +#define _GNU_SOURCE #include #include #include