candera / shadowspawn

A Windows utility that mounts a shadow copy of the disk at a drive letter and then spawns an arbitrary command.
MIT License
184 stars 55 forks source link

Configure project to treat all warnings as errors #11

Open candera opened 13 years ago

candera commented 13 years ago

Motivation

It is a development best-practice to treat all compilation warnings as errors. We should do so as well.

Acceptance Criteria

Successful builds for all configurations have no errors and no warnings.