Ellendar / Z2Randomizer

Fork of the main Zelda 2 Randomizer by Digshake
9 stars 6 forks source link

Fix or Silence All Compiler Warnings #205

Open TheRealQuantam opened 1 month ago

TheRealQuantam commented 1 month ago

It is highly desirable in software with multiple developers for the software to build with 0 warnings. This is because it allows developers to easily tell if their new changes are causing new warnings, which might indicate things that their code is doing wrong and should be fixed.

Z2R's builds (both 4.3 and 4.4) produce a LOT of warnings, making it a large amount of work to tell if new changes cause new warnings. This should really be fixed as soon as can be managed.