On Tue, 17 Mar 2020 at 14:57, Daniel P. Berrangé <berrange(a)redhat.com> wrote:
I don't feel like -Wno-unused-function looses anything
significant, as
the GCC builds will still be reporting unused functions which will
catch majority of cases.
The most interesting difference is that clang will catch unused
static inline functions which gcc does not.
thanks
-- PMM