configure: re-enable '-Wunused-parameter'
[babeltrace.git] / src / plugins / ctf / fs-sink / fs-sink-stream.cpp
index a90d587b9587baa3b7cc53e2c9fea5113cd18554..9a955a22c8056e877f9f0666467a2fa8590fc191 100644 (file)
@@ -22,7 +22,6 @@
 #include "fs-sink-stream.hpp"
 #include "translate-trace-ir-to-ctf-ir.hpp"
 
-BT_HIDDEN
 void fs_sink_stream_destroy(struct fs_sink_stream *stream)
 {
     if (!stream) {
@@ -120,7 +119,6 @@ static void set_stream_file_name(struct fs_sink_stream *stream)
     stream->file_name = make_unique_stream_file_name(stream->trace, base_name);
 }
 
-BT_HIDDEN
 struct fs_sink_stream *fs_sink_stream_create(struct fs_sink_trace *trace,
                                              const bt_stream *ir_stream)
 {
@@ -231,7 +229,7 @@ static inline int write_float_field(struct fs_sink_stream *stream,
 }
 
 static inline int write_string_field(struct fs_sink_stream *stream,
-                                     struct fs_sink_ctf_field_class_string *fc,
+                                     struct fs_sink_ctf_field_class_string *,
                                      const bt_field *field)
 {
     return bt_ctfser_write_string(&stream->ctfser, bt_field_string_get_value(field));
@@ -430,7 +428,6 @@ end:
     return ret;
 }
 
-BT_HIDDEN
 int fs_sink_stream_write_event(struct fs_sink_stream *stream, const bt_clock_snapshot *cs,
                                const bt_event *event, struct fs_sink_ctf_event_class *ec)
 {
@@ -552,7 +549,6 @@ end:
     return ret;
 }
 
-BT_HIDDEN
 int fs_sink_stream_open_packet(struct fs_sink_stream *stream, const bt_clock_snapshot *cs,
                                const bt_packet *packet)
 {
@@ -630,7 +626,6 @@ end:
     return ret;
 }
 
-BT_HIDDEN
 int fs_sink_stream_close_packet(struct fs_sink_stream *stream, const bt_clock_snapshot *cs)
 {
     int ret;
This page took 0.022739 seconds and 4 git commands to generate.