Cleanup: Solve Compilation Warning

This commit is contained in:
Jeroen Bakker
2023-06-12 09:00:03 +02:00
parent 2beb1bc38f
commit 33301a06ce

View File

@@ -594,10 +594,10 @@ void GIZMO_GT_retime_remove(wmGizmoType *gzt)
/** \name Retiming Speed Set Gizmo
* \{ */
size_t label_str_get(const Sequence *seq,
const SeqRetimingHandle *handle,
size_t str_len,
char *r_label_str)
static size_t label_str_get(const Sequence *seq,
const SeqRetimingHandle *handle,
size_t str_len,
char *r_label_str)
{
const SeqRetimingHandle *next_handle = handle + 1;
if (SEQ_retiming_handle_is_transition_type(handle)) {