pond3r / ggpo

Good Game, Peace Out Rollback Network SDK
MIT License
3.11k stars 360 forks source link

Clean up compilation #40

Closed pond3r closed 4 years ago

pond3r commented 4 years ago

Major changes include: 1) Turn up compiler warnings to the max. 2) Treat all warnings as compile errors. 3) Fix the carnage that ensues.

The code now compiles cleanly for both Debug and Release configurations and VectorWar runs nicely. This is quite a large change, so I'm going to leave it here for a week for public review if anyone would like to comment before merging with master.

Cheers!