ccsm
ccsm copied to clipboard
MS Extensions enabled by default
When running on Windows, MS extensions are enabled by default. Amongst other things, this means that size_t
is implicitly defined, which is a problem if ccsm is being used to analyse code which has its own, incompatible size_t
definition.
It's possible to disable this behaviour by passing the parameter -fno-ms-extensions