Skip to content

Commit

Permalink
Fix warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed May 2, 2024
1 parent 004a3c7 commit c3f311e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libs/autocue.liq
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ def autocue.internal.ebur128(~ratio=50., ~timeout=10., filename) =
frames()
end
%else
ignore(ratio)
ignore(timeout)
ignore(filename)
log(
level=2,
label="autocue.internal",
Expand Down

0 comments on commit c3f311e

Please sign in to comment.