meson: Eliminate warning messages
Eliminate `[-Werror=unused-parameter]` warning message
Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: If4f8aee3ce71b5c6e6ad1d168859c03bd7bfa933
diff --git a/manager.cpp b/manager.cpp
index 0fae387..c5797cc 100644
--- a/manager.cpp
+++ b/manager.cpp
@@ -38,7 +38,7 @@
* Extracts per-signal specific context and forwards the call to the manager
* instance.
*/
-auto _signal(sd_bus_message* m, void* data, sd_bus_error* e) noexcept
+auto _signal(sd_bus_message* m, void* data, sd_bus_error* /* e */) noexcept
{
try
{