.clang-tidy: enable cppcoreguidelines-avoid-const-or-ref-data-members
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta.hpp
index f87b426092ba2bb4f250f8d376edb86c647d27fc..87469d3bace37480d4a36e40d208e696710b731f 100644 (file)
@@ -7,15 +7,16 @@
 #ifndef _CTF_META_H
 #define _CTF_META_H
 
-#include <babeltrace2/babeltrace.h>
-#include "common/common.h"
-#include "common/uuid.h"
-#include "common/assert.h"
 #include <glib.h>
-#include <stdbool.h>
 #include <stdint.h>
 #include <string.h>
 
+#include <babeltrace2/babeltrace.h>
+
+#include "common/assert.h"
+#include "common/common.h"
+#include "common/uuid.h"
+
 enum ctf_field_class_type
 {
     CTF_FIELD_CLASS_TYPE_INT,
@@ -1304,7 +1305,7 @@ _ctf_field_class_float_copy(struct ctf_field_class_float *fc)
 }
 
 static inline struct ctf_field_class_string *
-_ctf_field_class_string_copy(struct ctf_field_class_string *fc)
+_ctf_field_class_string_copy(struct ctf_field_class_string *)
 {
     struct ctf_field_class_string *copy_fc = ctf_field_class_string_create();
 
This page took 0.0246 seconds and 4 git commands to generate.