Skip to content
Kamil Dudka edited this page May 27, 2019 · 1 revision

csmock and csbuild

Tools for plugging static analyzers into the build process.


Frequently Asked Questions

How can I disable Clang's warnings Value stored to ... is never read?

Append --clang-add-flag='-Xanalyzer:-analyzer-disable-checker=deadcode.DeadStores' to csmock's or csbuild's command line.