Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In preparation for C23. Fixes the following warning with Clang 16: ``` src/opusenc.c:82:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] OggOpusComments *ope_comments_create() { ^ void ``` Bug: https://bugs.gentoo.org/879701 Signed-off-by: Sam James <[email protected]> Signed-off-by: Mark Harris <[email protected]>
- Loading branch information