Prepare for '-Wunused-parameter'
[lttng-tools.git] / src / bin / lttng / commands / track-untrack.cpp
index 7547f8b5ddfd6f84a6de4cea3d8bb094d72e737e..de377430ca51388968f040eb128e36a998ba458a 100644 (file)
@@ -566,7 +566,7 @@ end:
 static int cmd_track_untrack(enum cmd_type cmd_type,
                int argc,
                const char **argv,
-               const char *help_msg)
+               const char *help_msg __attribute__((unused)))
 {
        int opt, ret = 0;
        bool sub_command_failed = false;
This page took 0.023136 seconds and 4 git commands to generate.