ScintillatorSynth / Scintillator

A Video Synthesis Engine for SuperCollider
https://scintillatorsynth.org
56 stars 8 forks source link

Turn on all warnings, and treat warnings as compilation errors #158

Closed lnihlen closed 4 years ago

lnihlen commented 4 years ago

Purpose and motivation

Fixes #59. Catching and fixing compiler warnings can uncover a lot of potential bugs and API inconsistencies in software. They tend to accumulate over time unless they are treated as errors. So we wipe the slate clean and then enforce keeping it clean.

Implementation

Turn all all warnings and errors, then fix everything that breaks.

Types of changes

Status