TSYS-Merchant / stumps

Apache License 2.0
3 stars 3 forks source link

Fix code analysis issues #18

Closed mwmharrington closed 10 years ago

mwmharrington commented 10 years ago

Code analysis throws many warnings when compiling. We should be treating any code analysis issues as high-priority warnings that need to be addressed. If we choose to ignore a warning, it should be done in-line (not in a global suppression file) with a justification as to why the warning is being ignored.