OSDN Git Service

[libunwind] Fix warning when building without frameheader cache
authorMikael Holmen <mikael.holmen@ericsson.com>
Tue, 25 Aug 2020 10:26:48 +0000 (12:26 +0200)
committerMikael Holmen <mikael.holmen@ericsson.com>
Tue, 25 Aug 2020 10:58:39 +0000 (12:58 +0200)
commit1c39ffecd84a5eba54f5fabb433b0192d1dbd3b4
treec1ee938a452085df181d3f3e5ad038366e59156d
parent59e1fbe55784d236d5a9e55b6da592bbbcff9057
[libunwind] Fix warning when building without frameheader cache

Without the fix the compiler warns with

/data/repo/master/libunwind/src/AddressSpace.hpp:436:44: warning: unused parameter 'pinfo_size' [-Wunused-parameter]
                                    size_t pinfo_size, void *data) {
                                           ^
1 warning generated.
libunwind/src/AddressSpace.hpp