X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Flttng.cpp;h=27e332e07b8b1ee57ed5da2979e4c8b6306e146c;hb=8471c10564859a5dc4a6e2ba39e8d9fdfba26e62;hp=af1d3f4882cfd7fc6894257099a85f785cd5f6b0;hpb=48a4000561343808724f7cb5fa8c131877489ccd;p=lttng-tools.git diff --git a/src/bin/lttng/lttng.cpp b/src/bin/lttng/lttng.cpp index af1d3f488..27e332e07 100644 --- a/src/bin/lttng/lttng.cpp +++ b/src/bin/lttng/lttng.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * @@ -150,6 +150,7 @@ static void list_options(FILE *ofp) /* * clean_exit */ +__attribute__((noreturn)) static void clean_exit(int code) { DBG("Clean exit");