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.
1 parent 5b09bc5 commit ee9689bCopy full SHA for ee9689b
libcxxabi/src/cxa_personality.cpp
@@ -605,7 +605,7 @@ template <typename PtrType>
605
*u.as_pointer = out;
606
}
607
608
-static const landing_pad_ptr_t& get_landing_pad_as_ptr(const scan_results& results) {
+[[maybe_unused]] static const landing_pad_ptr_t& get_landing_pad_as_ptr(const scan_results& results) {
609
union {
610
const landing_pad_t* as_landing_pad;
611
const landing_pad_ptr_t* as_pointer;
0 commit comments