Add #define _GNU_SOURCE to remove warning about asprintf
authorYannick Brosseau <yannick.brosseau@gmail.com>
Fri, 16 Nov 2012 22:23:33 +0000 (17:23 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Nov 2012 22:23:33 +0000 (17:23 -0500)
Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/lib/tap.c

index d41a75185fbb6cb38fe498e612b762891fccc3a3..a430951193328aca551e34dfa1f3622a9b23ef28 100644 (file)
@@ -24,6 +24,7 @@
  * SUCH DAMAGE.
  */
 
  * SUCH DAMAGE.
  */
 
+#define _GNU_SOURCE
 #include <ctype.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <stdarg.h>
 #include <stdio.h>
This page took 0.024522 seconds and 4 git commands to generate.