DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.73k stars 231 forks source link

Fix compiler warnings #478

Closed pzychotic closed 2 days ago

pzychotic commented 5 days ago

Pull Request Type

Description

This fixes alot of compiler warnings by going for some low-hanging fruit like includes with lots of warnings or smaller changes leading to a cascade of warnings being removed. The change in pserror.h alone removes more than one thousand warnings. For MSVC this gets down from 2440 to 840 warnings.

Related Issues

Screenshots (if applicable)

Checklist

Additional Comments