Skip to content

Commit

Permalink
silence modernice warning in c-style header
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Nov 22, 2024
1 parent 92897b2 commit f53b736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/firestarter/Measurement/MetricInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
extern "C" {
#endif

// NOLINTNEXTLINE(modernize-deprecated-headers)
#include <stdint.h>

// 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
Expand Down

0 comments on commit f53b736

Please sign in to comment.