Skip to content

Commit bafdbd6

Browse files
committed
Merge PR ceph#65516 into main
* refs/pull/65516/head: common: remove unused attribute Reviewed-by: Radoslaw Zarzynski <[email protected]>
2 parents a3e7652 + 09230d9 commit bafdbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/ceph_context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class CephContext {
152152
static_assert(sizeof(std::unique_ptr<google_breakpad::ExceptionHandler>) == sizeof(std::unique_ptr<char>));
153153
#else
154154
// 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;
155+
std::unique_ptr<char> _ex_handler;
156156
#endif
157157

158158
/* init ceph::crypto */

0 commit comments

Comments
 (0)