Displaying 1 result from an estimated 1 matches for "exception_object".
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
...n [-Wkeyword-macro]
#define static_assert(__b, __m) \
^
C:/Users/clang/libunwind/src/UnwindLevel1.c:350:1: warning: redeclaration
of '_Unwind_RaiseException' should not add 'dllexport' attribute
[-Wdll-attribute-on-redeclaration]
_Unwind_RaiseException(_Unwind_Exception *exception_object) {
^
C:/Users/clang/libunwind/include\unwind.h:174:5: note: previous declaration
is here
_Unwind_RaiseException(_Unwind_Exception *exception_object);
^
C:/Users/clang/libunwind/src/UnwindLevel1.c:385:1: warning: redeclaration
of '_Unwind_Resume' should not add 'dllexport' at...