Fix all -Wdiscarded-qualifiers warning instances
[lttng-tools.git] / src / bin / lttng / lttng.c
index 84dc3a748f6d49596866f72d245e819eb63f5c39..4907a43ba19595cc1b90906a59e2012088007cf8 100644 (file)
@@ -33,7 +33,7 @@ NULL
 ;
 
 /* Variables */
-static char *progname;
+static const char *progname;
 int opt_no_sessiond;
 char *opt_sessiond_path;
 
This page took 0.022752 seconds and 4 git commands to generate.