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 c6cfb8e commit 3d79bd4Copy full SHA for 3d79bd4
libcxxabi/src/cxa_personality.cpp
@@ -596,7 +596,7 @@ namespace {
596
// it impossible to directly cast them without breaking the authentication,
597
// as a result we need this pair of helpers.
598
template <typename PtrType>
599
-void set_landing_pad_as_ptr(scan_results& results, const PtrType& out) {
+[[maybe_unused]] void set_landing_pad_as_ptr(scan_results& results, const PtrType& out) {
600
union {
601
landing_pad_t* as_landing_pad;
602
landing_pad_ptr_t* as_pointer;
0 commit comments