chromaprint icon indicating copy to clipboard operation
chromaprint copied to clipboard

Fix implicit integer conversion warning in LLVM

Open wallisch opened this issue 5 months ago • 0 comments

Fixes the following warning emitted by LLVM:

Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'const int'

Shows up in the Xcode UI when importing the Swift package (The underlying C code should ideally be invisible to the user).

wallisch avatar Sep 18 '25 22:09 wallisch