Port: Remove _GNU_SOURCE, defined in config.h
[lttng-tools.git] / tests / utils / tap / tap.c
index 5d64d844cbd3975ac7735e0fa75f837cf858ade1..08dfa658ca76e4e3cdca4ab1fca7f1c694b4d791 100644 (file)
@@ -24,7 +24,6 @@
  * SUCH DAMAGE.
  */
 
-#define _GNU_SOURCE
 #include <ctype.h>
 #include <stdarg.h>
 #include <stdio.h>
@@ -296,7 +295,7 @@ int
 skip(unsigned int n, char *fmt, ...)
 {
        va_list ap;
-       char *skip_msg;
+       char *skip_msg = NULL;
 
        LOCK;
 
This page took 0.024625 seconds and 5 git commands to generate.