Skip to content

Commit 9c65791

Browse files
committed
build: Fix build with -std=c++11 on macOS
1 parent e6e0dcb commit 9c65791

File tree

1 file changed

+0
-7
lines changed
  • src/internal_modules/roc_core/target_libunwind/roc_core

1 file changed

+0
-7
lines changed

src/internal_modules/roc_core/target_libunwind/roc_core/backtrace.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88

99
// Select optimized API without remote unwinding.
1010
#define UNW_LOCAL_ONLY
11-
12-
// Workaround to support building with -std=c++98.
13-
#include "roc_core/attributes.h"
14-
#ifdef ROC_ATTR_ALIGNED
15-
#define alignas(x) ROC_ATTR_ALIGNED(x)
16-
#endif
17-
1811
#include <libunwind.h>
1912

2013
#include <stdio.h>

0 commit comments

Comments
 (0)