olilarkin / wdl-ol

Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
https://github.com/iplug2
935 stars 186 forks source link

Cleanup of warnings given by MinGW #47

Closed michaelgregorius closed 7 years ago

michaelgregorius commented 9 years ago

Gets rid of warnings that are shown with -Wreorder enabled. The problems were fixed by adjusting the member initializer lists of the constructors to have the same ordering as the member definitions in the classes.