Displaying 1 result from an estimated 1 matches for "_libunwind_weak_alias".
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
...d.h:125:25: note: previous
declaration is here
extern unw_addr_space_t unw_local_addr_space;
^
C:/Users/clang/libunwind/src/libunwind.cpp:76:41: warning: redeclaration of
'unw_init_local' should not add 'dllexport' attribute
[-Wdll-attribute-on-redeclaration]
_LIBUNWIND_WEAK_ALIAS(__unw_init_local, unw_init_local)
^
C:/Users/clang/libunwind/include\libunwind.h:104:12: note: previous
declaration is here
extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;
^
C:/Users/clang/libunwind/src/libunwind.cpp:91:...