rafalcieslak / vmodsynth

a modular software synthesizer
GNU General Public License v3.0
6 stars 3 forks source link

Clearing compiler warnings and enabling -Werror #13

Open rafalcieslak opened 9 years ago

rafalcieslak commented 9 years ago

It's all about increasing source code quality. Currently the compiler emits a lot of warnings, and they can possibly lead to errors. Getting rid of them (for both g++ and clang++) will make it possible to enable -Werror flag, which will force future code to emit no warnings.