On 2/10/23 13:18, Warner Losh wrote:
There's several static functions that aren't used until the end of the patch series... Not sure the best way to suppress the build warnings there (but since they are just warnings...).
Are they just warnings? --enable-werror is default... Anyway, I've used static type G_GNUC_UNUSED function(args...) in the past to ensure bisection, removing the UNUSED marker when they become used. r~