From f53b7364a373704ffcdb2a3bb847944f2869d3ce Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Fri, 22 Nov 2024 10:27:02 +0100 Subject: [PATCH] silence modernice warning in c-style header --- include/firestarter/Measurement/MetricInterface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/firestarter/Measurement/MetricInterface.h b/include/firestarter/Measurement/MetricInterface.h index e0c81432..03f4872c 100644 --- a/include/firestarter/Measurement/MetricInterface.h +++ b/include/firestarter/Measurement/MetricInterface.h @@ -27,7 +27,9 @@ extern "C" { #endif +// NOLINTNEXTLINE(modernize-deprecated-headers) #include + // NOLINTBEGIN(modernize-use-using) /// Describe the type of the metric and how values need to be accumulated. Per default metrics are of pulling type where