Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / track-untrack.cpp
index 7547f8b5ddfd6f84a6de4cea3d8bb094d72e737e..f7b268f71d11edbb7087771d27e829e498f89467 100644 (file)
 
 #include <urcu/list.h>
 
-#include <common/dynamic-array.h>
-#include <common/mi-lttng.h>
-#include <common/optional.h>
-#include <common/dynamic-buffer.h>
-#include <common/tracker.h>
+#include <common/dynamic-array.hpp>
+#include <common/mi-lttng.hpp>
+#include <common/optional.hpp>
+#include <common/dynamic-buffer.hpp>
+#include <common/tracker.hpp>
 
 #include <lttng/lttng.h>
 
-#include "../command.h"
+#include "../command.hpp"
 
 struct process_attr_command_args {
        enum lttng_process_attr process_attr;
@@ -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.023432 seconds and 4 git commands to generate.