I am trying to run the SSA (2013) on a project of ours in VS 2010. When I build for static analysis the build completes but I do not get a results file. I do have some link warnings (see below):
1>message.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
1>library.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
Are these warnings preventing the static analysis from running? Is there something I can do about this?
Thanks
Raj