From 60a86d6c3d0d7afce431e7ae6b1299e7ea7cbb8c Mon Sep 17 00:00:00 2001 From: Nan Zhou Date: Thu, 18 Aug 2022 19:30:11 +0000 Subject: resource messages: make functions inline clang14 complains about building this header. Tested: clang14 builds successfully. Signed-off-by: Nan Zhou Change-Id: Ib6be59babb0fdc9cc033385b4b71f1c9c88dfa44 --- redfish-core/include/resource_messages.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redfish-core/include/resource_messages.hpp b/redfish-core/include/resource_messages.hpp index e66ae6fc93..0b0773eb82 100644 --- a/redfish-core/include/resource_messages.hpp +++ b/redfish-core/include/resource_messages.hpp @@ -8,7 +8,7 @@ namespace redfish namespace messages { -nlohmann::json +inline nlohmann::json getLogResourceEvent(redfish::registries::resource_event::Index name, std::span args) { -- cgit v1.2.3