Compiling ScriptNodeTestSuite.cpp Compiling DspUnitTests.cpp Compiling HiseEventBufferUnitTests.cpp Compiling MainComponent.cpp Compiling Main.cpp Compiling BinaryData.cpp Compiling include_hi_backend.cpp Compiling include_hi_core.cpp Compiling include_hi_core_02.cpp Compiling include_hi_core_03.cpp Compiling include_hi_core_04.cpp Compiling include_hi_core_05.cpp Compiling include_hi_dsp_library_01.cpp Compiling include_hi_dsp_library_02.cpp Compiling include_hi_faust_jit.cpp Compiling include_hi_faust_lib.cpp Compiling include_hi_faust_lib_02.cpp Compiling include_hi_lac.cpp Compiling include_hi_lac_02.cpp Compiling include_hi_loris.cpp Compiling include_hi_loris_3.cpp Compiling include_hi_loris_4.cpp Compiling include_hi_loris_6.cpp Compiling include_hi_loris_7.cpp Compiling include_hi_loris_8.cpp Compiling include_hi_loris_9.cpp Compiling include_hi_loris_10.cpp Compiling include_hi_loris_11.cpp In file included from ../../../../../HISE/hi_backend/../hi_core/../hi_dsp_library/hi_dsp_library.h:191, from ../../../../../HISE/hi_backend/../hi_core/hi_core.h:74, from ../../../../../HISE/hi_backend/hi_backend.h:55, from ../../Source/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Main.cpp:11: ../../../../../HISE/hi_backend/../hi_core/../hi_dsp_library/node_api/nodes/duplicate.h: In member function ‘void scriptnode::wrap::cloned_node_reference::connect(Target&)’: ../../../../../HISE/hi_backend/../hi_core/../hi_dsp_library/node_api/nodes/duplicate.h:172:15: warning: expected ‘template’ keyword before dependent template name [-Wmissing-template-keywor ] 172 | p.connect

(dst); | ^~~~~~~ In file included from ../../../../../HISE/hi_core/../hi_dsp_library/hi_dsp_library.h:191, from ../../../../../HISE/hi_core/hi_core.h:74, from ../../../../../HISE/hi_core/hi_core_02.cpp:13, from ../../JuceLibraryCode/include_hi_core_02.cpp:9: ../../../../../HISE/hi_core/../hi_dsp_library/node_api/nodes/duplicate.h: In member function ‘void scriptnode::wrap::cloned_node_reference::connect(Target&)’: ../../../../../HISE/hi_core/../hi_dsp_library/node_api/nodes/duplicate.h:172:15: warning: expected ‘template’ keyword before dependent template name [-Wmissing-template-keyword] 172 | p.connect

(dst); | ^~~~~~~ In file included from ../../../../../HISE/hi_backend/../hi_core/../hi_dsp_library/hi_dsp_library.h:191, from ../../../../../HISE/hi_backend/../hi_core/hi_core.h:74, from ../../../../../HISE/hi_backend/hi_backend.h:55, from ../../../../../HISE/hi_backend/hi_backend.cpp:34, from ../../JuceLibraryCode/include_hi_backend.cpp:9: ../../../../../HISE/hi_backend/../hi_core/../hi_dsp_library/node_api/nodes/duplicate.h: In member function ‘void scriptnode::wrap::cloned_node_reference::connect(Target&)’: ../../../../../HISE/hi_backend/../hi_core/../hi_dsp_library/node_api/nodes/duplicate.h:172:15: warning: expected ‘template’ keyword before dependent template name [-Wmissing-template-keywor ] 172 | p.connect

(dst); | ^~~~~~~ In file included from ../../../../../HISE/hi_core/../hi_dsp_library/hi_dsp_library.h:191, from ../../../../../HISE/hi_core/hi_core.h:74, from ../../../../../HISE/hi_core/hi_core_04.cpp:13, from ../../JuceLibraryCode/include_hi_core_04.cpp:9: ../../../../../HISE/hi_core/../hi_dsp_library/node_api/nodes/duplicate.h: In member function ‘void scriptnode::wrap::cloned_node_reference::connect(Target&)’: ../../../../../HISE/hi_core/../hi_dsp_library/node_api/nodes/duplicate.h:172:15: warning: expected ‘template’ keyword before dependent template name [-Wmissing-template-keyword] 172 | p.connect

(dst); | ^~~~~~~ In file included from ../../../../../HISE/hi_core/../hi_dsp_library/hi_dsp_library.h:191, from ../../../../../HISE/hi_core/hi_core.h:74, from ../../../../../HISE/hi_core/hi_core.cpp:15, from ../../JuceLibraryCode/include_hi_core.cpp:9: ../../../../../HISE/hi_core/../hi_dsp_library/node_api/nodes/duplicate.h: In member function ‘void scriptnode::wrap::cloned_node_reference::connect(Target&)’: ../../../../../HISE/hi_core/../hi_dsp_library/node_api/nodes/duplicate.h:172:15: warning: expected ‘template’ keyword before dependent template name [-Wmissing-template-keyword] 172 | p.connect

(dst); | ^~~~~~~ In file included from ../../../../../HISE/hi_dsp_library/hi_dsp_library.h:191, from ../../../../../HISE/hi_dsp_library/hi_dsp_library_01.cpp:40, from ../../JuceLibraryCode/include_hi_dsp_library_01.cpp:9: ../../../../../HISE/hi_dsp_library/node_api/nodes/duplicate.h: In member function ‘void scriptnode::wrap::cloned_node_reference::connect(Target&)’: ../../../../../HISE/hi_dsp_library/node_api/nodes/duplicate.h:172:15: warning: expected ‘template’ keyword before dependent template name [-Wmissing-template-keyword] 172 | p.connect

(dst); | ^~~~~~~ In file included from ../../../../../HISE/hi_backend/../hi_core/../hi_dsp_library/hi_dsp_library.h:243: ../../../../../HISE/hi_backend/../hi_core/../hi_dsp_library/node_api/helpers/UIUpdater.h: In member function ‘virtual void hise::DllUpdaterBase::TimerThread::run()’: ../../../../../HISE/hi_backend/../hi_core/../hi_dsp_library/node_api/helpers/UIUpdater.h:117:70: warning: ‘void juce::Array::swapWithArray(juce::Array&) [with ElementType = juce::WeakReference; TypeOfCriticalSectionToUse = juce::DummyCriticalSection; int minimumAllocatedSize = 0]’ is deprecated: This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [-Wdeprecated-declarations] 117 | pending.swapWithArray(asyncUpdaters); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_backend/../hi_core/../JUCE/modules/juce_core/juce_core.h:276, from ../../../../../HISE/hi_backend/../hi_core/hi_core.h:65: ../../../../../HISE/hi_backend/../hi_core/../JUCE/modules/juce_core/containers/juce_Array.h:1135:10: note: declared here 1135 | void swapWithArray (Array& other) noexcept { swapWith (other); } | ^~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_core/../hi_dsp_library/hi_dsp_library.h:243: ../../../../../HISE/hi_core/../hi_dsp_library/node_api/helpers/UIUpdater.h: In member function ‘virtual void hise::DllUpdaterBase::TimerThread::run()’: ../../../../../HISE/hi_core/../hi_dsp_library/node_api/helpers/UIUpdater.h:117:70: warning: ‘void juce::Array::swapWithArray(juce::Array&) [with ElementType = juce::WeakReference; TypeOfCriticalSectionToUse = juce::DummyCriticalSection; int minimumAllocatedSize = 0]’ is deprecated: This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [-Wdeprecated-declarations] 117 | pending.swapWithArray(asyncUpdaters); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_core/../JUCE/modules/juce_core/juce_core.h:276, from ../../../../../HISE/hi_core/hi_core.h:65: ../../../../../HISE/hi_core/../JUCE/modules/juce_core/containers/juce_Array.h:1135:10: note: declared here 1135 | void swapWithArray (Array& other) noexcept { swapWith (other); } | ^~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_backend/../hi_core/../hi_dsp_library/hi_dsp_library.h:243: ../../../../../HISE/hi_backend/../hi_core/../hi_dsp_library/node_api/helpers/UIUpdater.h: In member function ‘virtual void hise::DllUpdaterBase::TimerThread::run()’: ../../../../../HISE/hi_backend/../hi_core/../hi_dsp_library/node_api/helpers/UIUpdater.h:117:70: warning: ‘void juce::Array::swapWithArray(juce::Array&) [with ElementType = juce::WeakReference; TypeOfCriticalSectionToUse = juce::DummyCriticalSection; int minimumAllocatedSize = 0]’ is deprecated: This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [-Wdeprecated-declarations] 117 | pending.swapWithArray(asyncUpdaters); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_backend/../hi_core/../JUCE/modules/juce_core/juce_core.h:276, from ../../../../../HISE/hi_backend/../hi_core/hi_core.h:65: ../../../../../HISE/hi_backend/../hi_core/../JUCE/modules/juce_core/containers/juce_Array.h:1135:10: note: declared here 1135 | void swapWithArray (Array& other) noexcept { swapWith (other); } | ^~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_core/../hi_dsp_library/hi_dsp_library.h:243: ../../../../../HISE/hi_core/../hi_dsp_library/node_api/helpers/UIUpdater.h: In member function ‘virtual void hise::DllUpdaterBase::TimerThread::run()’: ../../../../../HISE/hi_core/../hi_dsp_library/node_api/helpers/UIUpdater.h:117:70: warning: ‘void juce::Array::swapWithArray(juce::Array&) [with ElementType = juce::WeakReference; TypeOfCriticalSectionToUse = juce::DummyCriticalSection; int minimumAllocatedSize = 0]’ is deprecated: This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [-Wdeprecated-declarations] 117 | pending.swapWithArray(asyncUpdaters); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_core/../JUCE/modules/juce_core/juce_core.h:276, from ../../../../../HISE/hi_core/hi_core.h:65: ../../../../../HISE/hi_core/../JUCE/modules/juce_core/containers/juce_Array.h:1135:10: note: declared here 1135 | void swapWithArray (Array& other) noexcept { swapWith (other); } | ^~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_core/../hi_dsp_library/hi_dsp_library.h:243: ../../../../../HISE/hi_core/../hi_dsp_library/node_api/helpers/UIUpdater.h: In member function ‘virtual void hise::DllUpdaterBase::TimerThread::run()’: ../../../../../HISE/hi_core/../hi_dsp_library/node_api/helpers/UIUpdater.h:117:70: warning: ‘void juce::Array::swapWithArray(juce::Array&) [with ElementType = juce::WeakReference; TypeOfCriticalSectionToUse = juce::DummyCriticalSection; int minimumAllocatedSize = 0]’ is deprecated: This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [-Wdeprecated-declarations] 117 | pending.swapWithArray(asyncUpdaters); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_core/../JUCE/modules/juce_core/juce_core.h:276, from ../../../../../HISE/hi_core/hi_core.h:65: ../../../../../HISE/hi_core/../JUCE/modules/juce_core/containers/juce_Array.h:1135:10: note: declared here 1135 | void swapWithArray (Array& other) noexcept { swapWith (other); } | ^~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_dsp_library/hi_dsp_library.h:243: ../../../../../HISE/hi_dsp_library/node_api/helpers/UIUpdater.h: In member function ‘virtual void hise::DllUpdaterBase::TimerThread::run()’: ../../../../../HISE/hi_dsp_library/node_api/helpers/UIUpdater.h:117:70: warning: ‘void juce::Array::swapWithArray(juce::Array&) [with ElementType = juce::WeakReference; TypeOfCriticalSectionToUse = juce::DummyCriticalSection; int minimumAllocatedSize = 0]’ is deprecated: This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [-Wdeprecated-declarations] 117 | pending.swapWithArray(asyncUpdaters); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_dsp_library/../hi_tools/../JUCE/modules/juce_core/juce_core.h:276, from ../../../../../HISE/hi_dsp_library/../hi_tools/hi_tools.h:126, from ../../../../../HISE/hi_dsp_library/hi_dsp_library.h:55: ../../../../../HISE/hi_dsp_library/../hi_tools/../JUCE/modules/juce_core/containers/juce_Array.h:1135:10: note: declared here 1135 | void swapWithArray (Array& other) noexcept { swapWith (other); } | ^~~~~~~~~~~~~ Compiling include_hi_loris_12.cpp Compiling include_hi_loris_13.cpp Compiling include_hi_loris_15.cpp Compiling include_hi_loris_16.cpp Compiling include_hi_loris_17.cpp Compiling include_hi_loris_18.cpp Compiling include_hi_loris_19.cpp In file included from ../../../../../HISE/hi_backend/../hi_scripting/hi_scripting.h:201, from ../../../../../HISE/hi_backend/hi_backend.h:56: ../../../../../HISE/hi_backend/../hi_scripting/scripting/scriptnode/api/NodeProperty.h: In member function ‘juce::Colour scriptnode::ScriptnodeExtraComponent::getHeaderColour() const’: ../../../../../HISE/hi_backend/../hi_scripting/scripting/scriptnode/api/NodeProperty.h:160:34: warning: invalid use of incomplete type ‘class scriptnode::NodeComponent’ 160 | return nc->getHeaderColour(); | ^~ In file included from ../../../../../HISE/hi_backend/../hi_scripting/hi_scripting.h:150: ../../../../../HISE/hi_backend/../hi_scripting/scripting/scriptnode/api/NodeBase.h:43:7: note: forward declaration of ‘class scriptnode::NodeComponent’ 43 | class NodeComponent; | ^~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/hi_scripting.h:201, from ../../../../../HISE/hi_core/../hi_backend/hi_backend.h:56, from ../../../../../HISE/hi_core/hi_core_02.cpp:16: ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/scripting/scriptnode/api/NodeProperty.h: In member function ‘juce::Colour scriptnode::ScriptnodeExtraComponent::getHeaderColour() const’: ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/scripting/scriptnode/api/NodeProperty.h:160:34: warning: invalid use of incomplete type ‘class scriptnode::NodeComponent’ 160 | return nc->getHeaderColour(); | ^~ In file included from ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/hi_scripting.h:150: ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/scripting/scriptnode/api/NodeBase.h:43:7: note: forward declaration of ‘class scriptnode::NodeComponent’ 43 | class NodeComponent; | ^~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_backend/../hi_scripting/hi_scripting.h:201, from ../../../../../HISE/hi_backend/hi_backend.h:56: ../../../../../HISE/hi_backend/../hi_scripting/scripting/scriptnode/api/NodeProperty.h: In member function ‘juce::Colour scriptnode::ScriptnodeExtraComponent::getHeaderColour() const’: ../../../../../HISE/hi_backend/../hi_scripting/scripting/scriptnode/api/NodeProperty.h:160:34: warning: invalid use of incomplete type ‘class scriptnode::NodeComponent’ 160 | return nc->getHeaderColour(); | ^~ In file included from ../../../../../HISE/hi_backend/../hi_scripting/hi_scripting.h:150: ../../../../../HISE/hi_backend/../hi_scripting/scripting/scriptnode/api/NodeBase.h:43:7: note: forward declaration of ‘class scriptnode::NodeComponent’ 43 | class NodeComponent; | ^~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/hi_scripting.h:201, from ../../../../../HISE/hi_core/../hi_backend/hi_backend.h:56, from ../../../../../HISE/hi_core/hi_core_04.cpp:16: ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/scripting/scriptnode/api/NodeProperty.h: In member function ‘juce::Colour scriptnode::ScriptnodeExtraComponent::getHeaderColour() const’: ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/scripting/scriptnode/api/NodeProperty.h:160:34: warning: invalid use of incomplete type ‘class scriptnode::NodeComponent’ 160 | return nc->getHeaderColour(); | ^~ In file included from ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/hi_scripting.h:150: ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/scripting/scriptnode/api/NodeBase.h:43:7: note: forward declaration of ‘class scriptnode::NodeComponent’ 43 | class NodeComponent; | ^~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/hi_scripting.h:201, from ../../../../../HISE/hi_core/../hi_backend/hi_backend.h:56, from ../../../../../HISE/hi_core/hi_core.cpp:18: ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/scripting/scriptnode/api/NodeProperty.h: In member function ‘juce::Colour scriptnode::ScriptnodeExtraComponent::getHeaderColour() const’: ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/scripting/scriptnode/api/NodeProperty.h:160:34: warning: invalid use of incomplete type ‘class scriptnode::NodeComponent’ 160 | return nc->getHeaderColour(); | ^~ In file included from ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/hi_scripting.h:150: ../../../../../HISE/hi_core/../hi_backend/../hi_scripting/scripting/scriptnode/api/NodeBase.h:43:7: note: forward declaration of ‘class scriptnode::NodeComponent’ 43 | class NodeComponent; | ^~~~~~~~~~~~~ Compiling include_hi_loris_21.cpp Compiling include_hi_loris_22.cpp Compiling include_hi_loris_23.cpp Compiling include_hi_loris_24.cpp Compiling include_hi_loris_25.cpp Compiling include_hi_loris_26.cpp Compiling include_hi_loris_27.cpp Compiling include_hi_loris_28.cpp Compiling include_hi_loris_29.cpp Compiling include_hi_loris_30.cpp Compiling include_hi_loris_31.cpp Compiling include_hi_loris_32.cpp Compiling include_hi_loris_33.cpp Compiling include_hi_loris_34.cpp Compiling include_hi_loris_35.cpp Compiling include_hi_loris_36.cpp Compiling include_hi_loris_37.cpp Compiling include_hi_loris_38.cpp Compiling include_hi_loris_39.cpp Compiling include_hi_loris_40.cpp Compiling include_hi_loris_42.cpp Compiling include_hi_loris_44.cpp Compiling include_hi_loris_45.cpp Compiling include_hi_loris_46.cpp Compiling include_hi_rlottie.cpp Compiling include_hi_rlottie_1.cpp Compiling include_hi_rlottie_2.cpp In file included from ../../../../../HISE/hi_core/hi_modules/hi_modules.h:96, from ../../../../../HISE/hi_core/hi_core.h:571: ../../../../../HISE/hi_core/hi_modules/modulators/mods/FlexAhdsrEnvelope.h: In member function ‘virtual juce::var hise::FlexAhdsrEnvelope::Panel::getDefaultProperty(int) const’: ../../../../../HISE/hi_core/hi_modules/modulators/mods/FlexAhdsrEnvelope.h:150:17: warning: control reaches end of non-void function [-Wreturn-type] 150 | } | ^ ../../../../../HISE/hi_core/hi_modules/modulators/mods/FlexAhdsrEnvelope.h: In member function ‘virtual juce::Identifier hise::FlexAhdsrEnvelope::Panel::getDefaultablePropertyId(int) const’: ../../../../../HISE/hi_core/hi_modules/modulators/mods/FlexAhdsrEnvelope.h:141:17: warning: control reaches end of non-void function [-Wreturn-type] 141 | } | ^ Compiling include_hi_rlottie_3.cpp Compiling include_hi_rlottie_4.cpp Compiling include_hi_rlottie_5.cpp In file included from ../../../../../HISE/hi_backend/../hi_core/hi_modules/hi_modules.h:96, from ../../../../../HISE/hi_backend/../hi_core/hi_core.h:571: ../../../../../HISE/hi_backend/../hi_core/hi_modules/modulators/mods/FlexAhdsrEnvelope.h: In member function ‘virtual juce::var hise::FlexAhdsrEnvelope::Panel::getDefaultProperty(int) const’: ../../../../../HISE/hi_backend/../hi_core/hi_modules/modulators/mods/FlexAhdsrEnvelope.h:150:17: warning: control reaches end of non-void function [-Wreturn-type] 150 | } | ^ ../../../../../HISE/hi_backend/../hi_core/hi_modules/modulators/mods/FlexAhdsrEnvelope.h: In member function ‘virtual juce::Identifier hise::FlexAhdsrEnvelope::Panel::getDefaultablePropertyId(int) const’: ../../../../../HISE/hi_backend/../hi_core/hi_modules/modulators/mods/FlexAhdsrEnvelope.h:141:17: warning: control reaches end of non-void function [-Wreturn-type] 141 | } | ^ Compiling include_hi_rlottie_6.cpp Compiling include_hi_rlottie_7.cpp Compiling include_hi_rlottie_8.cpp Compiling include_hi_rlottie_9.cpp Compiling include_hi_rlottie_10.cpp Compiling include_hi_rlottie_11.cpp Compiling include_hi_rlottie_12.cpp Compiling include_hi_rlottie_13.cpp Compiling include_hi_rlottie_14.cpp Compiling include_hi_rlottie_15.cpp Compiling include_hi_rlottie_16.cpp Compiling include_hi_rlottie_17.cpp Compiling include_hi_rlottie_18.cpp Compiling include_hi_rlottie_19.cpp Compiling include_hi_rlottie_20.cpp Compiling include_hi_rlottie_21.cpp Compiling include_hi_rlottie_22.cpp Compiling include_hi_rlottie_23.cpp Compiling include_hi_rlottie_24.cpp Compiling include_hi_rlottie_25.cpp Compiling include_hi_rlottie_26.cpp Compiling include_hi_rlottie_27.cpp Compiling include_hi_rlottie_28.cpp In file included from ../../../../../HISE/hi_core/hi_modules/hi_modules.h:96, from ../../../../../HISE/hi_core/hi_core.h:571: ../../../../../HISE/hi_core/hi_modules/modulators/mods/FlexAhdsrEnvelope.h: In member function ‘virtual juce::Identifier hise::FlexAhdsrEnvelope::Panel::getDefaultablePropertyId(int) const’: ../../../../../HISE/hi_core/hi_modules/modulators/mods/FlexAhdsrEnvelope.h:141:17: warning: control reaches end of non-void function [-Wreturn-type] 141 | } | ^ Compiling include_hi_rlottie_29.cpp ../../../../../HISE/hi_core/hi_modules/modulators/mods/FlexAhdsrEnvelope.h: In member function ‘virtual juce::var hise::FlexAhdsrEnvelope::Panel::getDefaultProperty(int) const’: ../../../../../HISE/hi_core/hi_modules/modulators/mods/FlexAhdsrEnvelope.h:150:17: warning: control reaches end of non-void function [-Wreturn-type] 150 | } | ^ Compiling include_hi_rlottie_30.cpp Compiling include_hi_rlottie_31.cpp Compiling include_hi_rlottie_32.cpp Compiling include_hi_rlottie_33.cpp Compiling include_hi_rlottie_34.cpp Compiling include_hi_rlottie_35.cpp Compiling include_hi_scripting_01.cpp Compiling include_hi_scripting_02.cpp Compiling include_hi_scripting_03.cpp Compiling include_hi_scripting_04.cpp Compiling include_hi_snex.cpp Compiling include_hi_snex_60.c Compiling include_hi_snex_61.c Compiling include_hi_snex_62.cpp Compiling include_hi_streaming.cpp In file included from ../../../../../HISE/hi_scripting/../hi_core/../hi_dsp_library/hi_dsp_library.h:191, from ../../../../../HISE/hi_scripting/../hi_core/hi_core.h:74, from ../../../../../HISE/hi_scripting/hi_scripting.h:133, from ../../../../../HISE/hi_scripting/hi_scripting_01.cpp:35, from ../../JuceLibraryCode/include_hi_scripting_01.cpp:9: ../../../../../HISE/hi_scripting/../hi_core/../hi_dsp_library/node_api/nodes/duplicate.h: In member function ‘void scriptnode::wrap::cloned_node_reference::connect(Target&)’: ../../../../../HISE/hi_scripting/../hi_core/../hi_dsp_library/node_api/nodes/duplicate.h:172:15: warning: expected ‘template’ keyword before dependent template name [-Wmissing-template-keyword] 172 | p.connect

(dst); | ^~~~~~~ In file included from ../../../../../HISE/hi_scripting/../hi_core/../hi_dsp_library/hi_dsp_library.h:191, from ../../../../../HISE/hi_scripting/../hi_core/hi_core.h:74, from ../../../../../HISE/hi_scripting/hi_scripting.h:133, from ../../../../../HISE/hi_scripting/hi_scripting_03.cpp:35, from ../../JuceLibraryCode/include_hi_scripting_03.cpp:9: ../../../../../HISE/hi_scripting/../hi_core/../hi_dsp_library/node_api/nodes/duplicate.h: In member function ‘void scriptnode::wrap::cloned_node_reference::connect(Target&)’: ../../../../../HISE/hi_scripting/../hi_core/../hi_dsp_library/node_api/nodes/duplicate.h:172:15: warning: expected ‘template’ keyword before dependent template name [-Wmissing-template-keyword] 172 | p.connect

(dst); | ^~~~~~~ In file included from ../../../../../HISE/hi_scripting/../hi_core/../hi_dsp_library/hi_dsp_library.h:243: ../../../../../HISE/hi_scripting/../hi_core/../hi_dsp_library/node_api/helpers/UIUpdater.h: In member function ‘virtual void hise::DllUpdaterBase::TimerThread::run()’: ../../../../../HISE/hi_scripting/../hi_core/../hi_dsp_library/node_api/helpers/UIUpdater.h:117:70: warning: ‘void juce::Array::swapWithArray(juce::Array&) [with ElementType = juce::WeakReference; TypeOfCriticalSectionToUse = juce::DummyCriticalSection; int minimumAllocatedSize = 0]’ is deprecated: This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [-Wdeprecated-declarations] 117 | pending.swapWithArray(asyncUpdaters); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from ../../../../JUCE/modules/juce_core/juce_core.h:276, from ../../../../../HISE/hi_scripting/../JUCE/modules/juce_osc/juce_osc.h:55, from ../../../../../HISE/hi_scripting/hi_scripting.h:132: ../../../../JUCE/modules/juce_core/containers/juce_Array.h:1135:10: note: declared here 1135 | void swapWithArray (Array& other) noexcept { swapWith (other); } | ^~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_scripting/../hi_core/../hi_dsp_library/hi_dsp_library.h:243: ../../../../../HISE/hi_scripting/../hi_core/../hi_dsp_library/node_api/helpers/UIUpdater.h: In member function ‘virtual void hise::DllUpdaterBase::TimerThread::run()’: ../../../../../HISE/hi_scripting/../hi_core/../hi_dsp_library/node_api/helpers/UIUpdater.h:117:70: warning: ‘void juce::Array::swapWithArray(juce::Array&) [with ElementType = juce::WeakReference; TypeOfCriticalSectionToUse = juce::DummyCriticalSection; int minimumAllocatedSize = 0]’ is deprecated: This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [-Wdeprecated-declarations] 117 | pending.swapWithArray(asyncUpdaters); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from ../../../../JUCE/modules/juce_core/juce_core.h:276, from ../../../../../HISE/hi_scripting/../JUCE/modules/juce_osc/juce_osc.h:55, from ../../../../../HISE/hi_scripting/hi_scripting.h:132: ../../../../JUCE/modules/juce_core/containers/juce_Array.h:1135:10: note: declared here 1135 | void swapWithArray (Array& other) noexcept { swapWith (other); } | ^~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_snex/../hi_dsp_library/hi_dsp_library.h:191, from ../../../../../HISE/hi_snex/hi_snex.h:127, from ../../../../../HISE/hi_snex/hi_snex.cpp:5, from ../../JuceLibraryCode/include_hi_snex.cpp:9: ../../../../../HISE/hi_snex/../hi_dsp_library/node_api/nodes/duplicate.h: In member function ‘void scriptnode::wrap::cloned_node_reference::connect(Target&)’: ../../../../../HISE/hi_snex/../hi_dsp_library/node_api/nodes/duplicate.h:172:15: warning: expected ‘template’ keyword before dependent template name [-Wmissing-template-keyword] 172 | p.connect

(dst); | ^~~~~~~ In file included from ../../../../../HISE/hi_snex/../hi_dsp_library/hi_dsp_library.h:243: ../../../../../HISE/hi_snex/../hi_dsp_library/node_api/helpers/UIUpdater.h: In member function ‘virtual void hise::DllUpdaterBase::TimerThread::run()’: ../../../../../HISE/hi_snex/../hi_dsp_library/node_api/helpers/UIUpdater.h:117:70: warning: ‘void juce::Array::swapWithArray(juce::Array&) [with ElementType = juce::WeakReference; TypeOfCriticalSectionToUse = juce::DummyCriticalSection; int minimumAllocatedSize = 0]’ is deprecated: This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [-Wdeprecated-declarations] 117 | pending.swapWithArray(asyncUpdaters); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from ../../../../JUCE/modules/juce_core/juce_core.h:276, from ../../../../JUCE/modules/juce_graphics/juce_graphics.h:58, from ../../../../JUCE/modules/juce_gui_basics/juce_gui_basics.h:59, from ../../../../../HISE/hi_snex/../JUCE/modules/juce_gui_extra/juce_gui_extra.h:57, from ../../../../../HISE/hi_snex/hi_snex.h:75: ../../../../JUCE/modules/juce_core/containers/juce_Array.h:1135:10: note: declared here 1135 | void swapWithArray (Array& other) noexcept { swapWith (other); } | ^~~~~~~~~~~~~ Compiling include_hi_tools_01.cpp In file included from ../../../../../HISE/hi_snex/hi_snex.cpp:47: ../../../../../HISE/hi_snex/snex_jit/snex_jit_OperationsBranching.h: In member function ‘virtual AsmJitLabel snex::jit::Operations::IfStatement::getJumpTargetForEnd(bool)’: ../../../../../HISE/hi_snex/snex_jit/snex_jit_OperationsBranching.h:571:9: warning: no return statement in function returning non-void [-Wreturn-type] 571 | } | ^ Compiling include_hi_tools_02.cpp In file included from ../../../../../HISE/hi_snex/../hi_dsp_library/hi_dsp_library.h:191, from ../../../../../HISE/hi_snex/hi_snex.h:127, from ../../../../../HISE/hi_snex/hi_snex_62.cpp:1, from ../../JuceLibraryCode/include_hi_snex_62.cpp:9: ../../../../../HISE/hi_snex/../hi_dsp_library/node_api/nodes/duplicate.h: In member function ‘void scriptnode::wrap::cloned_node_reference::connect(Target&)’: ../../../../../HISE/hi_snex/../hi_dsp_library/node_api/nodes/duplicate.h:172:15: warning: expected ‘template’ keyword before dependent template name [-Wmissing-template-keyword] 172 | p.connect

(dst); | ^~~~~~~ In file included from ../../../../../HISE/hi_snex/../hi_dsp_library/hi_dsp_library.h:243: ../../../../../HISE/hi_snex/../hi_dsp_library/node_api/helpers/UIUpdater.h: In member function ‘virtual void hise::DllUpdaterBase::TimerThread::run()’: ../../../../../HISE/hi_snex/../hi_dsp_library/node_api/helpers/UIUpdater.h:117:70: warning: ‘void juce::Array::swapWithArray(juce::Array&) [with ElementType = juce::WeakReference; TypeOfCriticalSectionToUse = juce::DummyCriticalSection; int minimumAllocatedSize = 0]’ is deprecated: This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [-Wdeprecated-declarations] 117 | pending.swapWithArray(asyncUpdaters); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from ../../../../JUCE/modules/juce_core/juce_core.h:276, from ../../../../JUCE/modules/juce_graphics/juce_graphics.h:58, from ../../../../JUCE/modules/juce_gui_basics/juce_gui_basics.h:59, from ../../../../../HISE/hi_snex/../JUCE/modules/juce_gui_extra/juce_gui_extra.h:57, from ../../../../../HISE/hi_snex/hi_snex.h:75: ../../../../JUCE/modules/juce_core/containers/juce_Array.h:1135:10: note: declared here 1135 | void swapWithArray (Array& other) noexcept { swapWith (other); } | ^~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_snex/hi_snex.cpp:87: ../../../../../HISE/hi_snex/snex_jit/snex_jit_OperationsBase.cpp: In member function ‘virtual snex::VariableStorage snex::jit::Operations::Statement::getPointerValue() const’: ../../../../../HISE/hi_snex/snex_jit/snex_jit_OperationsBase.cpp:318:1: warning: no return statement in function returning non-void [-Wreturn-type] 318 | } | ^ Compiling include_hi_tools_03.cpp In file included from ../../../../../HISE/hi_scripting/hi_scripting.h:201: ../../../../../HISE/hi_scripting/scripting/scriptnode/api/NodeProperty.h: In member function ‘juce::Colour scriptnode::ScriptnodeExtraComponent::getHeaderColour() const’: ../../../../../HISE/hi_scripting/scripting/scriptnode/api/NodeProperty.h:160:34: warning: invalid use of incomplete type ‘class scriptnode::NodeComponent’ 160 | return nc->getHeaderColour(); | ^~ In file included from ../../../../../HISE/hi_scripting/hi_scripting.h:150: ../../../../../HISE/hi_scripting/scripting/scriptnode/api/NodeBase.h:43:7: note: forward declaration of ‘class scriptnode::NodeComponent’ 43 | class NodeComponent; | ^~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_scripting/hi_scripting.h:201: ../../../../../HISE/hi_scripting/scripting/scriptnode/api/NodeProperty.h: In member function ‘juce::Colour scriptnode::ScriptnodeExtraComponent::getHeaderColour() const’: ../../../../../HISE/hi_scripting/scripting/scriptnode/api/NodeProperty.h:160:34: warning: invalid use of incomplete type ‘class scriptnode::NodeComponent’ 160 | return nc->getHeaderColour(); | ^~ In file included from ../../../../../HISE/hi_scripting/hi_scripting.h:150: ../../../../../HISE/hi_scripting/scripting/scriptnode/api/NodeBase.h:43:7: note: forward declaration of ‘class scriptnode::NodeComponent’ 43 | class NodeComponent; | ^~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_tools/../hi_dsp_library/hi_dsp_library.h:191, from ../../../../../HISE/hi_tools/hi_tools_01.cpp:51, from ../../JuceLibraryCode/include_hi_tools_01.cpp:9: ../../../../../HISE/hi_tools/../hi_dsp_library/node_api/nodes/duplicate.h: In member function ‘void scriptnode::wrap::cloned_node_reference::connect(Target&)’: ../../../../../HISE/hi_tools/../hi_dsp_library/node_api/nodes/duplicate.h:172:15: warning: expected ‘template’ keyword before dependent template name [-Wmissing-template-keyword] 172 | p.connect

(dst); | ^~~~~~~ In file included from ../../../../../HISE/hi_tools/../hi_dsp_library/hi_dsp_library.h:243: ../../../../../HISE/hi_tools/../hi_dsp_library/node_api/helpers/UIUpdater.h: In member function ‘virtual void hise::DllUpdaterBase::TimerThread::run()’: ../../../../../HISE/hi_tools/../hi_dsp_library/node_api/helpers/UIUpdater.h:117:70: warning: ‘void juce::Array::swapWithArray(juce::Array&) [with ElementType = juce::WeakReference; TypeOfCriticalSectionToUse = juce::DummyCriticalSection; int minimumAllocatedSize = 0]’ is deprecated: This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [-Wdeprecated-declarations] 117 | pending.swapWithArray(asyncUpdaters); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_tools/../hi_dsp_library/../hi_tools/../JUCE/modules/juce_core/juce_core.h:276, from ../../../../../HISE/hi_tools/../hi_dsp_library/../hi_tools/hi_tools.h:126, from ../../../../../HISE/hi_tools/../hi_dsp_library/hi_dsp_library.h:55: ../../../../../HISE/hi_tools/../hi_dsp_library/../hi_tools/../JUCE/modules/juce_core/containers/juce_Array.h:1135:10: note: declared here 1135 | void swapWithArray (Array& other) noexcept { swapWith (other); } | ^~~~~~~~~~~~~ Compiling include_hi_zstd_1.cpp In file included from ../../../../../HISE/hi_snex/hi_snex.cpp:25: ../../../../../HISE/hi_snex/snex_parser/snex_jit_TokenIterator.h: In member function ‘juce::Identifier snex::jit::ParserHelpers::TokenIterator::parseOperatorId()’: ../../../../../HISE/hi_snex/snex_parser/snex_jit_TokenIterator.h:603:44: warning: control reaches end of non-void function [-Wreturn-type] 603 | location.throwError("Unsupported operator overload"); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_snex/hi_snex.cpp:72: ../../../../../HISE/hi_snex/snex_parser/snex_jit_TypeParser.cpp: In member function ‘snex::Types::ID snex::jit::TypeParser::matchTypeId()’: ../../../../../HISE/hi_snex/snex_parser/snex_jit_TypeParser.cpp:324:27: warning: control reaches end of non-void function [-Wreturn-type] 324 | throwTokenMismatch("Type"); | ~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from ../../../../../HISE/hi_tools/../hi_dsp_library/hi_dsp_library.h:191, from ../../../../../HISE/hi_tools/hi_tools_03.cpp:33, from ../../JuceLibraryCode/include_hi_tools_03.cpp:9: ../../../../../HISE/hi_tools/../hi_dsp_library/node_api/nodes/duplicate.h: In member function ‘void scriptnode::wrap::cloned_node_reference::connect(Target&)’: ../../../../../HISE/hi_tools/../hi_dsp_library/node_api/nodes/duplicate.h:172:15: warning: expected ‘template’ keyword before dependent template name [-Wmissing-template-keyword] 172 | p.connect

(dst); | ^~~~~~~ In file included from ../../../../../HISE/hi_tools/../hi_dsp_library/hi_dsp_library.h:243: ../../../../../HISE/hi_tools/../hi_dsp_library/node_api/helpers/UIUpdater.h: In member function ‘virtual void hise::DllUpdaterBase::TimerThread::run()’: ../../../../../HISE/hi_tools/../hi_dsp_library/node_api/helpers/UIUpdater.h:117:70: warning: ‘void juce::Array::swapWithArray(juce::Array&) [with ElementType = juce::WeakReference; TypeOfCriticalSectionToUse = juce::DummyCriticalSection; int minimumAllocatedSize = 0]’ is deprecated: This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [-Wdeprecated-declarations] 117 | pending.swapWithArray(asyncUpdaters); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from ../../../../../HISE/hi_tools/../hi_dsp_library/../hi_tools/../JUCE/modules/juce_core/juce_core.h:276, from ../../../../../HISE/hi_tools/../hi_dsp_library/../hi_tools/hi_tools.h:126, from ../../../../../HISE/hi_tools/../hi_dsp_library/hi_dsp_library.h:55: ../../../../../HISE/hi_tools/../hi_dsp_library/../hi_tools/../JUCE/modules/juce_core/containers/juce_Array.h:1135:10: note: declared here 1135 | void swapWithArray (Array& other) noexcept { swapWith (other); } | ^~~~~~~~~~~~~ Compiling include_hi_zstd_2.cpp Compiling include_hi_zstd_3.cpp Compiling include_juce_audio_basics.cpp Compiling include_juce_audio_devices.cpp Compiling include_juce_audio_formats.cpp Compiling include_juce_audio_processors.cpp Compiling include_juce_audio_utils.cpp Compiling include_juce_core.cpp Compiling include_juce_cryptography.cpp Compiling include_juce_data_structures.cpp In file included from ../../../../JUCE/modules/juce_core/juce_core.cpp:92, from ../../JuceLibraryCode/include_juce_core.cpp:9: ../../../../JUCE/modules/juce_core/native/juce_curl_Network.cpp: In member function ‘bool juce::WebInputStream::Pimpl::connect(juce::WebInputStream::Listener*)’: ../../../../JUCE/modules/juce_core/native/juce_curl_Network.cpp:376:51: warning: ‘CURLINFO_CONTENT_LENGTH_DOWNLOAD’ is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations] 376 | if (symbols->curl_easy_getinfo (curl, CURLINFO_CONTENT_LENGTH_DOWNLOAD, &curlLength) == CURLE_OK) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/curl/curl.h:2858:3: note: declared here 2858 | CURLINFO_CONTENT_LENGTH_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling include_juce_dsp.cpp In file included from ../../../../../HISE/hi_scripting/../hi_core/hi_modules/hi_modules.h:96, from ../../../../../HISE/hi_scripting/../hi_core/hi_core.h:571: ../../../../../HISE/hi_scripting/../hi_core/hi_modules/modulators/mods/FlexAhdsrEnvelope.h: In member function ‘virtual juce::Identifier hise::FlexAhdsrEnvelope::Panel::getDefaultablePropertyId(int) const’: ../../../../../HISE/hi_scripting/../hi_core/hi_modules/modulators/mods/FlexAhdsrEnvelope.h:141:17: warning: control reaches end of non-void function [-Wreturn-type] 141 | } | ^ Compiling include_juce_events.cpp Compiling include_juce_graphics.cpp Compiling include_juce_gui_basics.cpp Compiling include_juce_gui_extra.cpp Compiling include_juce_opengl.cpp Compiling include_juce_osc.cpp Compiling include_juce_product_unlocking.cpp Compiling include_melatonin_blur.cpp Linking HISE Standalone - App In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘toHexString’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:1958:1, inlined from ‘toHexString’ at ../../../../JUCE/modules/juce_cryptography/hashing/juce_MD5.cpp:259:59, inlined from ‘getEncodedIDString’ at ../../../../JUCE/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.cpp:297:37, inlined from ‘getLocalMachineIDs’ at ../../../../JUCE/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.cpp:330:41: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘getLocalMachineIDs’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:0, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:0, inlined from ‘__dt_base ’ at ../../../../../HISE/hi_backend/../hi_core/../JUCE/modules/juce_core/files/juce_File.h:77:5, inlined from ‘swap’ at /usr/include/c++/12/bits/move.h:207:5, inlined from ‘iter_swap’ at /usr/include/c++/12/bits/stl_algobase.h:182:11, inlined from ‘__rotate.constprop’ at /usr/include/c++/12/bits/stl_algo.h:1326:19: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘__rotate.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:0, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:0, inlined from ‘__dt_base ’ at ../../../../../HISE/hi_backend/../hi_core/../JUCE/modules/juce_core/files/juce_File.h:77:5, inlined from ‘swap’ at /usr/include/c++/12/bits/move.h:207:5, inlined from ‘iter_swap’ at /usr/include/c++/12/bits/stl_algobase.h:182:11, inlined from ‘__rotate.constprop’ at /usr/include/c++/12/bits/stl_algo.h:1352:19: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘__rotate.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:0, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:0, inlined from ‘swap’ at /usr/include/c++/12/bits/move.h:207:0, inlined from ‘iter_swap’ at /usr/include/c++/12/bits/stl_algobase.h:182:11, inlined from ‘__rotate.constprop’ at /usr/include/c++/12/bits/stl_algo.h:1326:19: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘__rotate.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:0, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:0, inlined from ‘swap’ at /usr/include/c++/12/bits/move.h:207:0, inlined from ‘iter_swap’ at /usr/include/c++/12/bits/stl_algobase.h:182:11, inlined from ‘__rotate.constprop’ at /usr/include/c++/12/bits/stl_algo.h:1352:19: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘__rotate.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘repeatedString’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:1166:1, inlined from ‘getText’ at ../../../../JUCE/modules/juce_gui_basics/widgets/juce_TextEditor.cpp:47:57, inlined from ‘setFont’ at ../../../../JUCE/modules/juce_gui_basics/widgets/juce_TextEditor.cpp:206:72, inlined from ‘applyFontToAllText.constprop’ at ../../../../JUCE/modules/juce_gui_basics/widgets/juce_TextEditor.cpp:1080:22: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘applyFontToAllText.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘paddedRight.constprop’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:1222:1: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘paddedRight.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘createInsertSpaceInternal’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:484:30, inlined from ‘createInsertSpace’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:461:35, inlined from ‘insert.constprop’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:336:41: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘insert.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘__unguarded_linear_insert’ at /usr/include/c++/12/bits/stl_algo.h:1796:5, inlined from ‘__insertion_sort.constprop’ at /usr/include/c++/12/bits/stl_algo.h:1817:36: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘__insertion_sort.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘__pop_heap’ at /usr/include/c++/12/bits/stl_heap.h:267:5, inlined from ‘__sort_heap’ at /usr/include/c++/12/bits/stl_heap.h:425:19, inlined from ‘__partial_sort’ at /usr/include/c++/12/bits/stl_algo.h:1901:23, inlined from ‘__introsort_loop.constprop’ at /usr/include/c++/12/bits/stl_algo.h:1916:27: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘__introsort_loop.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘swap’ at /usr/include/c++/12/bits/move.h:207:5, inlined from ‘iter_swap’ at /usr/include/c++/12/bits/stl_algobase.h:182:11, inlined from ‘__unguarded_partition’ at /usr/include/c++/12/bits/stl_algo.h:1874:18, inlined from ‘__unguarded_partition_pivot’ at /usr/include/c++/12/bits/stl_algo.h:1889:40, inlined from ‘__introsort_loop.constprop’ at /usr/include/c++/12/bits/stl_algo.h:1921:38: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘__introsort_loop.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘repeatedString’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:1166:1, inlined from ‘replaceTabsWithSpaces’ at ../../../../JUCE/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp:311:83, inlined from ‘update’ at ../../../../JUCE/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp:181:31, inlined from ‘rebuildLineTokens’ at ../../../../JUCE/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp:669:43: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘rebuildLineTokens’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘replaceSection’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:1284:1, inlined from ‘replaceTabsWithSpaces’ at ../../../../JUCE/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp:311:48, inlined from ‘update’ at ../../../../JUCE/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp:181:31, inlined from ‘rebuildLineTokens’ at ../../../../JUCE/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp:669:43: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘rebuildLineTokens’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘release.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘createInsertSpaceInternal’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:484:30, inlined from ‘createInsertSpace’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:461:35, inlined from ‘insert’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:336:41, inlined from ‘insert’ at ../../../../JUCE/modules/juce_core/containers/juce_Array.h:465:23, inlined from ‘addPooledString.isra’ at ../../../../JUCE/modules/juce_core/text/juce_StringPool.cpp:96:20: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘addPooledString.isra’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘addLines.isra’ at ../../../../JUCE/modules/juce_core/text/juce_StringArray.cpp:378:26: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘addLines.isra’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘_ZN4juce11StringArray20addIfNotAlreadyThereERKNS_6StringEb.part.0.isra’ at ../../../../JUCE/modules/juce_core/text/juce_StringArray.cpp:155:9: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘_ZN4juce11StringArray20addIfNotAlreadyThereERKNS_6StringEb.part.0.isra’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘createInsertSpaceInternal’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:484:30, inlined from ‘createInsertSpace’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:461:35, inlined from ‘insert’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:336:41, inlined from ‘insert’ at ../../../../JUCE/modules/juce_core/containers/juce_Array.h:465:23, inlined from ‘insert.constprop’ at ../../../../JUCE/modules/juce_core/text/juce_StringArray.cpp:147:20: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘insert.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘paddedLeft.constprop’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:1193:1: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘paddedLeft.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘paddedLeft.constprop’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:1193:1: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘paddedLeft.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘createDocument.constprop’ at ../../../../JUCE/modules/juce_core/xml/juce_XmlElement.cpp:431:19: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘createDocument.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘createDocument.constprop’ at ../../../../JUCE/modules/juce_core/xml/juce_XmlElement.cpp:432:30: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘createDocument.constprop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘getWithStrings’ at ../../../../JUCE/modules/juce_core/javascript/juce_Javascript.cpp:578:91: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘getWithStrings’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘fromCharCode’ at ../../../../JUCE/modules/juce_core/javascript/juce_Javascript.cpp:1719:73: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘fromCharCode’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘trim’ at ../../../../JUCE/modules/juce_core/javascript/juce_Javascript.cpp:1724:80: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘trim’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘substring’ at ../../../../JUCE/modules/juce_core/javascript/juce_Javascript.cpp:1720:86: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘substring’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘charAt’ at ../../../../JUCE/modules/juce_core/javascript/juce_Javascript.cpp:1723:109: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘charAt’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘toLowerCase’ at ../../../../JUCE/modules/juce_core/javascript/juce_Javascript.cpp:1725:87: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘toLowerCase’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:0, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:0, inlined from ‘trace’ at ../../../../JUCE/modules/juce_core/javascript/juce_Javascript.cpp:1841:0: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘trace’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘stringify’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘join’ at ../../../../JUCE/modules/juce_core/javascript/juce_Javascript.cpp:1594:44: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘join’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘__pop_heap’ at /usr/include/c++/12/bits/stl_heap.h:267:5, inlined from ‘__sort_heap’ at /usr/include/c++/12/bits/stl_heap.h:425:19, inlined from ‘__partial_sort’ at /usr/include/c++/12/bits/stl_algo.h:1901:23, inlined from ‘__introsort_loop’ at /usr/include/c++/12/bits/stl_algo.h:1916:27: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘__introsort_loop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘swap’ at /usr/include/c++/12/bits/move.h:207:5, inlined from ‘iter_swap’ at /usr/include/c++/12/bits/stl_algobase.h:182:11, inlined from ‘__unguarded_partition’ at /usr/include/c++/12/bits/stl_algo.h:1874:18, inlined from ‘__unguarded_partition_pivot’ at /usr/include/c++/12/bits/stl_algo.h:1889:40, inlined from ‘__introsort_loop’ at /usr/include/c++/12/bits/stl_algo.h:1921:38: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘__introsort_loop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘__pop_heap’ at /usr/include/c++/12/bits/stl_heap.h:267:5, inlined from ‘__sort_heap’ at /usr/include/c++/12/bits/stl_heap.h:425:19, inlined from ‘__partial_sort’ at /usr/include/c++/12/bits/stl_algo.h:1901:23, inlined from ‘__introsort_loop’ at /usr/include/c++/12/bits/stl_algo.h:1916:27: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘__introsort_loop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘swap’ at /usr/include/c++/12/bits/move.h:207:5, inlined from ‘iter_swap’ at /usr/include/c++/12/bits/stl_algobase.h:182:11, inlined from ‘__unguarded_partition’ at /usr/include/c++/12/bits/stl_algo.h:1874:18, inlined from ‘__unguarded_partition_pivot’ at /usr/include/c++/12/bits/stl_algo.h:1889:40, inlined from ‘__introsort_loop’ at /usr/include/c++/12/bits/stl_algo.h:1921:38: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘__introsort_loop’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘split’ at ../../../../JUCE/modules/juce_core/javascript/juce_Javascript.cpp:1737:55: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘split’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘repeatedString’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:1166:1: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘repeatedString’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘addTokens’ at ../../../../JUCE/modules/juce_core/text/juce_StringArray.cpp:345:26: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘addTokens’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_Identifier.cpp:27:37, inlined from ‘parseFunctionParamsAndBody’ at ../../../../JUCE/modules/juce_core/javascript/juce_Javascript.cpp:1090:35: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘parseFunctionParamsAndBody’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In member function ‘load’, inlined from ‘get’ at ../../../../../HISE/hi_tools/../hi_dsp_library/../hi_tools/../JUCE/modules/juce_core/memory/juce_Atomic.h:64:64, inlined from ‘getReferenceCount’ at ../../../../../HISE/hi_tools/../hi_dsp_library/../hi_tools/../JUCE/modules/juce_core/memory/juce_ReferenceCountedObject.h:101:71, inlined from ‘getFreeVariantBuffer’ at ../../../../../HISE/hi_tools/hi_tools/VariantBuffer.cpp:867:81, inlined from ‘referTo’ at ../../../../../HISE/hi_tools/hi_tools/VariantBuffer.cpp:847:44: /usr/include/c++/12/bits/atomic_base.h:488:31: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 488 | return __atomic_load_n(&_M_i, int(__m)); | ^ In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘addParameter’ at ../../../../JUCE/modules/juce_core/network/juce_URL.cpp:310:24, inlined from ‘withParameters’ at ../../../../JUCE/modules/juce_core/network/juce_URL.cpp:865:24, inlined from ‘performTaskStatic’ at ../../../../../HISE/hi_tools/hi_multipage/ActionComponents.cpp:2888:27: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘performTaskStatic’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘addParameter’ at ../../../../JUCE/modules/juce_core/network/juce_URL.cpp:311:25, inlined from ‘withParameters’ at ../../../../JUCE/modules/juce_core/network/juce_URL.cpp:865:24, inlined from ‘performTaskStatic’ at ../../../../../HISE/hi_tools/hi_multipage/ActionComponents.cpp:2888:27: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘performTaskStatic’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘isSymbolicLink’ at ../../../../JUCE/modules/juce_core/native/juce_linux_CommonFile.cpp:60:33, inlined from ‘deleteFile’ at ../../../../JUCE/modules/juce_core/native/juce_posix_SharedCode.h:386:25: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘deleteFile’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘operator()’ at ../../../../JUCE/modules/juce_core/native/juce_linux_Files.cpp:215:58, inlined from ‘openDocument’ at ../../../../JUCE/modules/juce_core/native/juce_linux_Files.cpp:222:7: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘openDocument’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘makeUniqueWithByteSize’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:194:17, inlined from ‘preallocateBytes’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:293:107, inlined from ‘appendCharPointer’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:736:26, inlined from ‘appendCharPointer’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:721:23, inlined from ‘operator+=’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:752:23, inlined from ‘operator<<’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:842:94, inlined from ‘operator()’ at ../../../../../HISE/hi_snex/snex_library/snex_jit_ExternalComplexTypeLibrary.cpp:926:37, inlined from ‘__invoke_impl’ at /usr/include/c++/12/bits/invoke.h:61:67, inlined from ‘__invoke_r’ at /usr/include/c++/12/bits/invoke.h:116:38, inlined from ‘_M_invoke’ at /usr/include/c++/12/bits/std_function.h:291:44: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘_M_invoke’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘makeUniqueWithByteSize’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:194:17, inlined from ‘preallocateBytes’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:293:107, inlined from ‘appendCharPointer’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:736:26, inlined from ‘appendCharPointer’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:721:23, inlined from ‘operator+=’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:752:23, inlined from ‘operator<<’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:842:94, inlined from ‘getIntendation’ at ../../../../../HISE/hi_dsp_library/snex_basics/snex_TypeHelpers.cpp:142:13, inlined from ‘dumpNativeData’ at ../../../../../HISE/hi_dsp_library/snex_basics/snex_TypeHelpers.cpp:153:47, inlined from ‘operator()’ at ../../../../../HISE/hi_snex/snex_library/snex_jit_ExternalComplexTypeLibrary.cpp:928:36, inlined from ‘__invoke_impl’ at /usr/include/c++/12/bits/invoke.h:61:67, inlined from ‘__invoke_r’ at /usr/include/c++/12/bits/invoke.h:116:38, inlined from ‘_M_invoke’ at /usr/include/c++/12/bits/std_function.h:291:44: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘_M_invoke’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In member function ‘load’, inlined from ‘__conv_op ’ at /usr/include/c++/12/atomic:87:26, inlined from ‘read’ at ../../../../JUCE/modules/juce_core/network/juce_Socket.cpp:480:28, inlined from ‘run’ at ../../../../../HISE/hi_tools/hi_standalone_components/ChocWebSocket.cpp:385:48: /usr/include/c++/12/bits/atomic_base.h:488:31: warning: ‘__atomic_load_1’ writing 1 byte into a region of size 0 overflows the destination [-Wstringop-overflow=] 488 | return __atomic_load_n(&_M_i, int(__m)); | ^ In function ‘release’, inlined from ‘makeUniqueWithByteSize’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:194:17, inlined from ‘preallocateBytes’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:293:107, inlined from ‘printBufferSlice’ at ../../../../../HISE/hi_scripting/scripting/scriptnode/api/TestClasses.cpp:712:20, inlined from ‘toString’ at ../../../../../HISE/hi_scripting/scripting/scriptnode/api/TestClasses.cpp:616:25: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘toString’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In member function ‘store’, inlined from ‘store’ at /usr/include/c++/12/atomic:104:20, inlined from ‘onVoiceReset’ at ../../../../../HISE/hi_scripting/scripting/ScriptProcessorModules.cpp:2330:29, inlined from ‘onVoiceReset’ at ../../../../../HISE/hi_scripting/scripting/ScriptProcessorModules.cpp:2325:0: /usr/include/c++/12/bits/atomic_base.h:464:25: warning: ‘__atomic_store_1’ writing 1 byte into a region of size 0 overflows the destination [-Wstringop-overflow=] 464 | __atomic_store_n(&_M_i, __i, int(__m)); | ^ In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘addParameter’ at ../../../../JUCE/modules/juce_core/network/juce_URL.cpp:310:24, inlined from ‘withParameters’ at ../../../../JUCE/modules/juce_core/network/juce_URL.cpp:865:24, inlined from ‘operator()’ at ../../../../../HISE/hi_scripting/scripting/components/ScriptingPanelTypes.cpp:2050:37, inlined from ‘__invoke_impl’ at /usr/include/c++/12/bits/invoke.h:61:36, inlined from ‘__invoke_r’ at /usr/include/c++/12/bits/invoke.h:111:28, inlined from ‘_M_invoke’ at /usr/include/c++/12/bits/std_function.h:290:30: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘_M_invoke’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘addParameter’ at ../../../../JUCE/modules/juce_core/network/juce_URL.cpp:311:25, inlined from ‘withParameters’ at ../../../../JUCE/modules/juce_core/network/juce_URL.cpp:865:24, inlined from ‘operator()’ at ../../../../../HISE/hi_scripting/scripting/components/ScriptingPanelTypes.cpp:2050:37, inlined from ‘__invoke_impl’ at /usr/include/c++/12/bits/invoke.h:61:36, inlined from ‘__invoke_r’ at /usr/include/c++/12/bits/invoke.h:111:28, inlined from ‘_M_invoke’ at /usr/include/c++/12/bits/std_function.h:290:30: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘_M_invoke’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘createInsertSpaceInternal’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:484:30, inlined from ‘createInsertSpace’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:461:35, inlined from ‘insert’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:336:41, inlined from ‘insert’ at ../../../../JUCE/modules/juce_core/containers/juce_Array.h:465:23, inlined from ‘insert’ at ../../../../JUCE/modules/juce_core/text/juce_StringArray.cpp:147:20, inlined from ‘getLines’ at ../../../../../HISE/hi_scripting/scripting/api/ScriptingGraphics.cpp:73:18: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘getLines’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In member function ‘load’, inlined from ‘get’ at ../../../../../HISE/hi_streaming/../JUCE/modules/juce_core/memory/juce_Atomic.h:64:64, inlined from ‘getDiskUsage’ at ../../../../../HISE/hi_streaming/hi_streaming/StreamingSamplerVoice.cpp:198:50, inlined from ‘getDiskUsage’ at ../../../../../HISE/hi_core/../hi_dsp_library/../hi_tools/../hi_streaming/hi_streaming/StreamingSamplerVoice.h:311:52, inlined from ‘getDiskUsage’ at ../../../../../HISE/hi_core/hi_sampler/sampler/ModulatorSamplerVoice.cpp:699:46: /usr/include/c++/12/atomic:285:22: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 285 | __atomic_load(std::__addressof(_M_i), __ptr, int(__m)); | ^ In member function ‘store’, inlined from ‘operator=’ at /usr/include/c++/12/atomic:241:14, inlined from ‘operator=’ at ../../../../../HISE/hi_streaming/../JUCE/modules/juce_core/memory/juce_Atomic.h:111:15, inlined from ‘getDiskUsage’ at ../../../../../HISE/hi_streaming/hi_streaming/StreamingSamplerVoice.cpp:199:14, inlined from ‘getDiskUsage’ at ../../../../../HISE/hi_core/../hi_dsp_library/../hi_tools/../hi_streaming/hi_streaming/StreamingSamplerVoice.h:311:52, inlined from ‘getDiskUsage’ at ../../../../../HISE/hi_core/hi_sampler/sampler/ModulatorSamplerVoice.cpp:699:46: /usr/include/c++/12/atomic:271:23: warning: ‘__atomic_store_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 271 | __atomic_store(std::__addressof(_M_i), std::__addressof(__i), int(__m)); | ^ In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘addIfNotAlreadyThere’ at ../../../../JUCE/modules/juce_core/text/juce_StringArray.cpp:155:9, inlined from ‘addIfNotAlreadyThere’ at ../../../../JUCE/modules/juce_core/text/juce_StringArray.cpp:150:0, inlined from ‘getGroups’ at ../../../../../HISE/hi_dsp_library/node_api/helpers/ParameterData.cpp:977:28: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘getGroups’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘createInsertSpaceInternal’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:484:30, inlined from ‘createInsertSpace’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:461:35, inlined from ‘insert’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:336:41, inlined from ‘insert’ at ../../../../JUCE/modules/juce_core/containers/juce_Array.h:465:23, inlined from ‘insert’ at ../../../../JUCE/modules/juce_core/text/juce_StringArray.cpp:147:20, inlined from ‘fillCustomList’ at ../../../../../HISE/hi_core/hi_sampler/sampler/components/FileNamePartComponent.cpp:369:24, inlined from ‘labelTextChanged’ at ../../../../../HISE/hi_core/hi_sampler/sampler/components/FileNamePartComponent.cpp:300:18: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘labelTextChanged’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In member function ‘load’, inlined from ‘get’ at ../../../../../HISE/hi_core/../JUCE/modules/juce_core/memory/juce_Atomic.h:64:64, inlined from ‘getReferenceCount’ at ../../../../../HISE/hi_core/../JUCE/modules/juce_core/memory/juce_ReferenceCountedObject.h:101:71, inlined from ‘clearUnreferencedMonoliths’ at ../../../../../HISE/hi_core/hi_sampler/sampler/ModulatorSamplerSound.cpp:1474:44: /usr/include/c++/12/bits/atomic_base.h:488:31: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 488 | return __atomic_load_n(&_M_i, int(__m)); | ^ In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:0, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:0, inlined from ‘getMidiNoteName’ at ../../../../JUCE/modules/juce_audio_basics/midi/juce_MidiMessage.cpp:1032:5, inlined from ‘fillPopupMenu’ at ../../../../../HISE/hi_core/hi_sampler/sampler/components/ComplexGroupManagerSubTypes.cpp:441:52: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘fillPopupMenu’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:0, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:0, inlined from ‘fillPopupMenu’ at ../../../../../HISE/hi_core/hi_sampler/sampler/components/ComplexGroupManagerSubTypes.cpp:441:52: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘fillPopupMenu’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In member function ‘load’, inlined from ‘load’ at /usr/include/c++/12/atomic:579:25, inlined from ‘get’ at ../../../../../HISE/hi_streaming/../JUCE/modules/juce_core/memory/juce_Atomic.h:64:64, inlined from ‘getLoadedSound’ at ../../../../../HISE/hi_streaming/hi_streaming/StreamingSamplerVoice.h:89:79, inlined from ‘getLoadedSound’ at ../../../../../HISE/hi_streaming/hi_streaming/StreamingSamplerVoice.cpp:699:30, inlined from ‘calculateBlock’ at ../../../../../HISE/hi_core/hi_sampler/sampler/ModulatorSamplerVoice.cpp:651:39: /usr/include/c++/12/bits/atomic_base.h:820:31: warning: ‘__atomic_load_8’ writing 8 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 820 | return __atomic_load_n(&_M_p, int(__m)); | ^ In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:0, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:0, inlined from ‘getValidTokens’ at ../../../../../HISE/hi_core/hi_sampler/sampler/components/ComplexGroupManagerComponent.h:280:49: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘getValidTokens’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:0, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:0, inlined from ‘operator()’ at ../../../../../HISE/hi_core/hi_core/MacroControlledComponents.cpp:166:63: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘operator()’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:17, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:27, inlined from ‘createInsertSpaceInternal’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:484:30, inlined from ‘createInsertSpace’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:461:35, inlined from ‘insert’ at ../../../../JUCE/modules/juce_core/containers/juce_ArrayBase.h:336:41, inlined from ‘insert’ at ../../../../JUCE/modules/juce_core/containers/juce_Array.h:465:23, inlined from ‘insert’ at ../../../../JUCE/modules/juce_core/text/juce_StringArray.cpp:147:20, inlined from ‘setItemEntry’ at ../../../../../HISE/hi_core/hi_modules/modulators/editors/GlobalModulatorEditor.cpp:202:20: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘setItemEntry’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In member function ‘store’, inlined from ‘store’ at /usr/include/c++/12/atomic:104:20, inlined from ‘clearPendingTasks’ at ../../../../../HISE/hi_streaming/hi_streaming/SampleThreadPool.cpp:87:21, inlined from ‘triggerSamplePreloading’ at ../../../../../HISE/hi_core/hi_core/SampleManager.cpp:348:72, inlined from ‘triggerSamplePreloading’ at ../../../../../HISE/hi_core/hi_core/SampleManager.cpp:341:0, inlined from ‘addDeferredFunction’ at ../../../../../HISE/hi_core/hi_core/SampleManager.cpp:132:25: /usr/include/c++/12/bits/atomic_base.h:464:25: warning: ‘__atomic_store_1’ writing 1 byte into a region of size 0 overflows the destination [-Wstringop-overflow=] 464 | __atomic_store_n(&_M_i, __i, int(__m)); | ^ In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:0, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:0, inlined from ‘setAllocatedSizeInternal’ at ../../../../../HISE/hi_backend/../hi_core/../JUCE/modules/juce_core/containers/juce_ArrayBase.h:447:0, inlined from ‘setAllocatedSize’ at ../../../../../HISE/hi_backend/../hi_core/../JUCE/modules/juce_core/containers/juce_ArrayBase.h:217:0, inlined from ‘ensureAllocatedSize’ at ../../../../../HISE/hi_backend/../hi_core/../JUCE/modules/juce_core/containers/juce_ArrayBase.h:233:30, inlined from ‘addImpl’ at ../../../../../HISE/hi_backend/../hi_core/../JUCE/modules/juce_core/containers/juce_ArrayBase.h:566:29, inlined from ‘add’ at ../../../../../HISE/hi_core/../JUCE/modules/juce_core/containers/juce_ArrayBase.h:268:17, inlined from ‘add’ at ../../../../../HISE/hi_core/../JUCE/modules/juce_core/containers/juce_Array.h:431:20, inlined from ‘buildInternal’ at ../../../../../HISE/hi_core/hi_core/UserPresetHandler.cpp:60:19: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘buildInternal’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:0, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:0, inlined from ‘buildInternal’ at ../../../../../HISE/hi_core/hi_core/UserPresetHandler.cpp:60:20: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘buildInternal’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; | In function ‘release’, inlined from ‘release’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:169:0, inlined from ‘__dt_base ’ at ../../../../JUCE/modules/juce_core/text/juce_String.cpp:247:0, inlined from ‘setColourForSingleKey’ at ../../../../../HISE/hi_core/hi_core/UtilityClasses.cpp:683:19, inlined from ‘setKeyboardCoulour’ at ../../../../../HISE/hi_core/hi_core/MainController.cpp:1043:37, inlined from ‘operator()’ at ../../../../../HISE/hi_core/hi_core/MainController.cpp:442:26: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object] 164 | delete[] reinterpret_cast (b); | ^ ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In member function ‘operator()’: ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here 56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 }; |