X-Hax / sa2-mod-loader

Sonic Adventure 2 PC Mod Loader
49 stars 15 forks source link

Fix warnings #19

Closed michael-fadely closed 3 years ago

michael-fadely commented 3 years ago

I am submitting this as a PR to request review as a structure has had a field changed from signed to unsigned, and none of these code changes have been tested.

Changes include:

Please don't introduce avoidable warnings. These are all indicative of potential problems with the code.

Unavoidable warnings include one produced by a bug in DbgHelp.h that Microsoft claimed to have (and have not) fixed in our compiler version, as well as the deprecation warning for Windows XP target support. If not for these, I would suggest enabling warnings as errors.