Boost 1.87 take 2
In a prior commit, we caused some issues when we ignored a nodiscard
flag. This was actually warning us of something useful.
Remove the (void) and implement directly including detach, which
similar to ipmi, is the appropriate way to resolve this build conflict.
Change-Id: I48098a9eaa95df5b4bda8cac9dc40a180d494982
Signed-off-by: Ed Tanous <ed@tanous.net>
diff --git a/meson.build b/meson.build
index 73bdd32..33cabe3 100644
--- a/meson.build
+++ b/meson.build
@@ -24,8 +24,7 @@
]
deps = [
- dependency('boost'),
- dependency('boost', modules: ['coroutine']),
+ dependency('boost', modules: ['coroutine', 'context']),
dependency('phosphor-dbus-interfaces'),
dependency('phosphor-logging'),
dependency('sdbusplus'),