Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: Fix type of argument to backtrace_symbols
The backtrace_symbols function expects a pointer to an array of void * values, not a pointer to an array of a single element. Removing the address operator ensures that the right type is used. This avoids an unconditional failure of this probe with compilers that treat incompatible pointer types as a compilation error.
- Loading branch information