b49a793b9a83808e4ea2203dffe54e0b45f74982
[lttng-tools.git] / src / common / format.hpp
1 /*
2 * Copyright (C) 2022 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only
5 *
6 */
7 #ifndef LTTNG_FORMAT_H
8 #define LTTNG_FORMAT_H
9
10 #include <common/macros.hpp>
11
12 DIAGNOSTIC_PUSH
13 DIAGNOSTIC_IGNORE_SUGGEST_ATTRIBUTE_FORMAT
14 DIAGNOSTIC_IGNORE_DUPLICATED_BRANCHES
15 #define FMT_HEADER_ONLY
16 #include <vendor/fmt/core.h>
17 DIAGNOSTIC_POP
18
19 #endif /* LTTNG_FORMAT_H */
This page took 0.030726 seconds and 3 git commands to generate.