Render96 / Render96ex

Fork of https://github.com/sm64-port/sm64-port with additional features.
228 stars 42 forks source link

Fix compile errors caused by certain warnings being treated as errors since GCC 14 #103

Closed beaswag closed 2 months ago

beaswag commented 2 months ago

Since GCC 14 was released a few days ago, many warnings were upgraded to errors, this has broken compilation for this repo.

Warnings since affected by GCC 14 ``` -Wdeclaration-missing-parameter-type -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Wint-conversion -Wnarrowing -Wreturn-mismatch ```

This change reverts their behaviors back to those of warnings.