callofduty4x / CoD4x_Server

Extended Call of Duty 4 server
https://cod4x.ovh
GNU Affero General Public License v3.0
327 stars 121 forks source link

Suppressed and fixed warnings, add -Werror for release builds #385

Closed Yocairo closed 12 months ago

Yocairo commented 2 years ago

Just so that I had a clear idea of which compiler warnings were mine when building. Figured I'd open a pull request for it while I'm at it.

K-Faktor commented 2 years ago

The necessary update Suppressing warnings in the compilation console

Yocairo commented 2 years ago

The necessary update Suppressing warnings in the compilation console

Probably sarcastic? But that doesn't make sense to me. There are warnings being fixed, but the most important change is -Werror, so no new unexpected warnings can be added. This makes it more clear when you are introducing a new warning that may actually be causing issues.