commit | 9fa6d1473a8c3f104f47061ad36664e9934c5286 | [log] [tgz] |
---|---|---|
author | Nan Zhou <nanzhoumails@gmail.com> | Tue Jun 21 17:47:45 2022 +0000 |
committer | Nan Zhou <nanzhoumails@gmail.com> | Tue Jun 21 17:48:19 2022 +0000 |
tree | 326eae7fe7ededcd60737f81260ebf64192da96c | |
parent | 4dd73a1cfa22ebf9b2ee2fd2aff6767eeb88e1c1 [diff] |
clang: fix extra semicolon Failed with -Wextra-semi. Tested: no -Wextra-semi when build with clang++ Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: Ib0c0b3a2b0fcfe0e415987baa18f810e4b19b89f
diff --git a/redfish-core/include/event_service_manager.hpp b/redfish-core/include/event_service_manager.hpp index 8c21fac..56c7dcf 100644 --- a/redfish-core/include/event_service_manager.hpp +++ b/redfish-core/include/event_service_manager.hpp
@@ -576,7 +576,7 @@ // Return 0 if the response code is valid return boost::system::errc::make_error_code( boost::system::errc::success); - }; + } }; class EventServiceManager
diff --git a/redfish-core/include/redfish_aggregator.hpp b/redfish-core/include/redfish_aggregator.hpp index 01e5aba..33f6fb4 100644 --- a/redfish-core/include/redfish_aggregator.hpp +++ b/redfish-core/include/redfish_aggregator.hpp
@@ -36,7 +36,7 @@ // Return 0 if the response code is valid return boost::system::errc::make_error_code( boost::system::errc::success); - }; + } // Dummy callback used by the Constructor so that it can report the number // of satellite configs when the class is first created