noxworld-dev / opennox

OpenNox main repository.
GNU General Public License v3.0
440 stars 23 forks source link

Add explicit type casting to avoid compiler error #694

Closed blmarket closed 1 month ago

blmarket commented 1 month ago

Seems gcc14 starts to give error instead of warn, which blocks build on Arch linux. This commit unblocks by adding explicit casting for all errors.

reference: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106416

Required sign-off