commit | 60a86d6c3d0d7afce431e7ae6b1299e7ea7cbb8c | [log] [tgz] |
---|---|---|
author | Nan Zhou <nanzhoumails@gmail.com> | Thu Aug 18 19:30:11 2022 +0000 |
committer | Nan Zhou <nanzhoumails@gmail.com> | Thu Aug 18 19:30:13 2022 +0000 |
tree | 298c3dddf8dc026ef0b71dc6842df0aeb4faebbd | |
parent | ae6883136bfb536788ac88cfa71e3d83865a362b [diff] |
resource messages: make functions inline clang14 complains about building this header. Tested: clang14 builds successfully. Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: Ib6be59babb0fdc9cc033385b4b71f1c9c88dfa44
diff --git a/redfish-core/include/resource_messages.hpp b/redfish-core/include/resource_messages.hpp index e66ae6f..0b0773e 100644 --- a/redfish-core/include/resource_messages.hpp +++ b/redfish-core/include/resource_messages.hpp
@@ -8,7 +8,7 @@ namespace messages { -nlohmann::json +inline nlohmann::json getLogResourceEvent(redfish::registries::resource_event::Index name, std::span<const std::string_view> args) {