X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fctf-writer%2Fstream.h;h=7cf0e620a20d005834e3f36017316c28cecba9aa;hp=5596e33d097ff55a00469e91efef6d8ecf25c7fc;hb=ec4a33549ae0f01a603caa22db78bd356e3ab81b;hpb=109730d9c5fe6172f409fb5b3fb96d48f9adf786 diff --git a/src/ctf-writer/stream.h b/src/ctf-writer/stream.h index 5596e33d..7cf0e620 100644 --- a/src/ctf-writer/stream.h +++ b/src/ctf-writer/stream.h @@ -61,7 +61,7 @@ static inline struct bt_ctf_stream_class_common *bt_ctf_stream_common_borrow_class( struct bt_ctf_stream_common *stream) { - BT_ASSERT(stream); + BT_ASSERT_DBG(stream); return stream->stream_class; }