We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3e7652 + 09230d9 commit bafdbd6Copy full SHA for bafdbd6
src/common/ceph_context.h
@@ -152,7 +152,7 @@ class CephContext {
152
static_assert(sizeof(std::unique_ptr<google_breakpad::ExceptionHandler>) == sizeof(std::unique_ptr<char>));
153
#else
154
// Reserve the space for the case when part of ceph is compiled with and other without HAVE_BREAKPAD
155
- [[maybe_unused]] std::unique_ptr<char> _ex_handler;
+ std::unique_ptr<char> _ex_handler;
156
#endif
157
158
/* init ceph::crypto */
0 commit comments