Skip to content

Commit 3d79bd4

Browse files
committed
And another one
1 parent c6cfb8e commit 3d79bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxxabi/src/cxa_personality.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ namespace {
596596
// it impossible to directly cast them without breaking the authentication,
597597
// as a result we need this pair of helpers.
598598
template <typename PtrType>
599-
void set_landing_pad_as_ptr(scan_results& results, const PtrType& out) {
599+
[[maybe_unused]] void set_landing_pad_as_ptr(scan_results& results, const PtrType& out) {
600600
union {
601601
landing_pad_t* as_landing_pad;
602602
landing_pad_ptr_t* as_pointer;

0 commit comments

Comments
 (0)