Fix all -Wdiscarded-qualifiers warning instances
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.c
index 4e49120732da5f5753e7322c5e60d99163e5881c..32ca4b2677a3808adcda2e9a4a28754205c20e89 100644 (file)
@@ -896,7 +896,7 @@ static char *set_agent_filter(const char *filter, struct lttng_event *ev)
 
        /* Add loglevel filtering if any for the JUL domain. */
        if (ev->loglevel_type != LTTNG_EVENT_LOGLEVEL_ALL) {
-               char *op;
+               const char *op;
 
                if (ev->loglevel_type == LTTNG_EVENT_LOGLEVEL_RANGE) {
                        op = ">=";
This page took 0.022857 seconds and 4 git commands to generate.