From cb5f3d4d167cb7a7b5c6beff88cdff6fe176b554 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 21 Aug 2022 18:48:41 +0200 Subject: [PATCH] :rotating_light: suppress cert-dcl58-cpp warnings --- tests/thirdparty/fifo_map/fifo_map.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/thirdparty/fifo_map/fifo_map.hpp b/tests/thirdparty/fifo_map/fifo_map.hpp index cfa38c97b..ea1ce084f 100644 --- a/tests/thirdparty/fifo_map/fifo_map.hpp +++ b/tests/thirdparty/fifo_map/fifo_map.hpp @@ -520,7 +520,7 @@ template < namespace std // NOLINT(cert-dcl58-cpp,-warnings-as-errors) { template -inline void swap(nlohmann::fifo_map& m1, +inline void swap(nlohmann::fifo_map& m1, // NOLINT(cert-dcl58-cpp) nlohmann::fifo_map& m2) { m1.swap(m2);