The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove unused variable from fp_backtrace (#14277)

authored by

Jerry James and committed by
GitHub
f0249620 c4ae499b

+1 -2
+1 -2
testsuite/tests/frame-pointers/fp_backtrace.c
··· 105 105 fflush(stdout); 106 106 } 107 107 108 - void fp_backtrace(value argv0) 108 + void fp_backtrace(CAMLunused value argv0) 109 109 { 110 - const char* execname = String_val(argv0); 111 110 const char* symbol = NULL; 112 111 113 112 for (struct frame_info *fi = __builtin_frame_address(0), *next = NULL;