opus icon indicating copy to clipboard operation
opus copied to clipboard

Fix warning for static vs non-static declaration/definitions

Open dimitry- opened this issue 1 year ago • 1 comments

In include/opus_custom.h these are declared as OPUS_CUSTOM_EXPORT_STATIC

dimitry- avatar Oct 17 '24 12:10 dimitry-

We want these functions to be static when not building with custom modes enabled. I'm not sure where the warning comes from, but it would have a different cause.

jmvalin avatar Aug 15 '25 18:08 jmvalin