Port: Remove _GNU_SOURCE, defined in config.h
[lttng-tools.git] / src / common / config / config.c
index 48dc0b0341eac709442da6fab1bdcc6136bc05b5..5e5a8d58e0c2ce229f2c724f931898a3a05c81cb 100644 (file)
@@ -15,7 +15,6 @@
  * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
 #define _LGPL_SOURCE
 #include <assert.h>
 #include <ctype.h>
@@ -2115,7 +2114,7 @@ static
 int process_pid_tracker_node(xmlNodePtr pid_tracker_node,
        struct lttng_handle *handle)
 {
-       int ret, child;
+       int ret = 0, child;
        xmlNodePtr targets_node = NULL;
        xmlNodePtr node;
 
This page took 0.026001 seconds and 5 git commands to generate.