configure: allow adding compiler-specific warning flags
[babeltrace.git] / tests / utils / tap / tap.c
index a5c3a8109c8e279542d73f083cb5802a214c5bab..7d5920ac89f5b83891e7aa4e10b6fe7843112e3d 100644 (file)
@@ -42,7 +42,7 @@ static unsigned int test_count = 0; /* Number of tests that have been run */
 static unsigned int e_tests = 0; /* Expected number of tests to run */
 static unsigned int failures = 0; /* Number of tests that failed */
 static char *todo_msg = NULL;
-static char *todo_msg_fixed = "libtap malloc issue";
+static const char *todo_msg_fixed = "libtap malloc issue";
 static int todo = 0;
 static int test_died = 0;
 
This page took 0.023632 seconds and 4 git commands to generate.