clang-tidy: add most bugprone warnings
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry-channel.cpp
index 3cf58e0889082acce22b8d3f09ba00b807b215f3..03532cd09e65dfdd9fc4105a02ec1c9e6ecc9124 100644 (file)
@@ -447,7 +447,7 @@ void lsu::registry_channel::add_event(int session_objd,
                const auto& event_ref = *event;
 
                /* Ownership transferred to _events hash table. */
-               event.release();
+               (void) event.release();
 
                /* Request next event id if the node was successfully added. */
                event_id = event_ref.id;
This page took 0.022576 seconds and 4 git commands to generate.