<div dir="ltr">Hi all,<div><br></div><div>I try to use -Werror -Wall for my project, which includes -Wunused-function.</div><div><br></div><div>Unfortunately, I receive a couple of warnings from library header files which include</div><div><br></div><div>static inline ... func() { ... }</div><div><br></div><div>These functions are indeed often unused, but as of my understanding this should be perfectly fine with static inline functions (they just replace macro definitions in a better way).</div><div><br></div><div>Am I wrong here? What's the best path to fix this?</div><div><br></div><div>version: Ubuntu clang version 3.6.2-1 (tags/RELEASE_362/final) (based on LLVM 3.6.2)<br></div><div><br></div><div>Any help is deeply appreciated.</div><div><br></div><div>Rainer</div></div>