On 28.10.2024 17:50, Will Godfrey wrote:
I've noticed the following recently/home/will/yoshimi-code/src/Misc/SynthEngine.cpp: In constructor ‘SynthEngine::SynthEngine(uint)’: /home/will/yoshimi-code/src/Misc/SynthEngine.cpp:107:15: warning: member ‘SynthEngine::interchange’ is used uninitialized [-Wuninitialized] 107 | , rootCon{interchange.guiDataExchange.createConnection<InterfaceAnchor>()} | I don't understand how this can be the case :(
See if this fixes it: https://github.com/Yoshimi/yoshimi/pull/211 🙂 -- Kristian _______________________________________________ Yoshimi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/yoshimi-devel
