steinbergmedia / vst3sdk

VST 3 Plug-In SDK
Other
1.59k stars 162 forks source link

Fix issues reported by gcc with -Wsuggest-override #25

Closed abique closed 3 years ago

abique commented 5 years ago

Hi,

It would be nice to have the whole SDK using the override keyword, because if you build with -Wsuggest-override you get flooded by warnings.

Also fixing -Wnon-virtual-dtor would be nice but I don't know if it is possible regarding the ABI.

Cheers, Alex