Wrap main functions to handle uncaught exceptions
[lttng-tools.git] / src / bin / lttng / commands / stop.cpp
index d2e0bee14e5bc2f504e5a22bcadfaac1dd09de20..8b33bd7f4af5e7dc46c2c5b231432c059a0befe2 100644 (file)
@@ -132,7 +132,7 @@ cmd_error_code stop_tracing(const char *session_name)
        return CMD_SUCCESS;
 }
 
-cmd_error_code stop_tracing(const lttng::cli::session_spec& spec) noexcept
+cmd_error_code stop_tracing(const lttng::cli::session_spec& spec)
 {
        bool had_warning = false;
        bool had_error = false;
This page took 0.023999 seconds and 4 git commands to generate.