clang warns about the unused variable 'extra_data' at line 722 in rum_ts_utils.c. adding a void cast of extra_data will safely silence the warning. (void)extra_data or just remove the declaration of 'extra_data'.