File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
102
102
}
103
103
104
104
/// Not used in Wasm.
105
- _LIBUNWIND_EXPORT void _Unwind_SetIP (struct _Unwind_Context * context ,
106
- uintptr_t value ) {}
105
+ _LIBUNWIND_EXPORT void _Unwind_SetIP ([[ maybe_unused ]] struct _Unwind_Context * context ,
106
+ [[ maybe_unused ]] uintptr_t value ) {}
107
107
108
108
/// Called by personality handler to get LSDA for current frame.
109
109
_LIBUNWIND_EXPORT uintptr_t
@@ -116,7 +116,7 @@ _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) {
116
116
117
117
/// Not used in Wasm.
118
118
_LIBUNWIND_EXPORT uintptr_t
119
- _Unwind_GetRegionStart (struct _Unwind_Context * context ) {
119
+ _Unwind_GetRegionStart ([[ maybe_unused ]] struct _Unwind_Context * context ) {
120
120
return 0 ;
121
121
}
122
122
You can’t perform that action at this time.
0 commit comments