We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c502b commit 958251eCopy full SHA for 958251e
libunwind/src/cet_unwind.h
@@ -36,6 +36,6 @@
36
#endif
37
38
extern void *__libunwind_cet_get_registers(unw_cursor_t *);
39
-extern void *__libunwind_cet_get_jump_target();
+extern void *__libunwind_cet_get_jump_target(void);
40
41
libunwind/src/config.h
@@ -188,9 +188,9 @@
188
#ifdef __cplusplus
189
extern "C" {
190
191
- extern bool logAPIs();
192
- extern bool logUnwinding();
193
- extern bool logDWARF();
+ extern bool logAPIs(void);
+ extern bool logUnwinding(void);
+ extern bool logDWARF(void);
194
195
}
196
0 commit comments