Spellcaster Studios

Make it happen…

Tag Archives: static

More static analysis

Finished up the static analysis and fixed all of the issues, except a real no-issue with an external library… The crash I was getting on Mac seems to be gone as well, but I need more testing to make sure… As I’ve mentioned, my life has taken a bit of turn in the last couple […]

Static analysis

I just found a neat tool on XCode, a static analysis tool, which provides me a list of potential problems in the code (null pointers, unused code paths, etc), so I’m cleaning up the code to address these issues… There’s a lot of “false positives” (well, they aren’t exactly false positives, the problems might exist […]