=========================================== ======== Build Script for Cabbage ========= =========================================== In order to build Cabbage you will need to have Csound installed, and the Projucer from version 5.0 of JUCE built and installed. This scripts assumes that Csound is installed in the default location, i.e, includes files should be located in /user/local/include/csound while the Csound library itself should be located in /user/local/lib It is also assumes that the VST SDK is located in ~/SDKs/ ./buildCabbage: riga 15: [: ==: atteso operatore unario Re-saving file: /home/stefanus/cabbage/CabbageIDE.jucer Finished saving: Linux Makefile Finished saving: Xcode (MacOSX) Finished saving: Visual Studio 2017 Finished saving: Visual Studio 2019 Finished saving: CLion (beta) Building CabbageIDE…(B Cleaning Cabbage Compiling FileTab.cpp Compiling CabbageMainComponent.cpp Compiling CabbageDocumentWindow.cpp Compiling CabbageToolbarFactory.cpp Compiling FilterGraph.cpp Compiling FilterIOConfiguration.cpp In file included from ../../Source/Application/FileTab.h:22, from ../../Source/Application/FileTab.cpp:20: ../../Source/Application/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Application/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/FileTab.h:21, from ../../Source/Application/FileTab.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Audio/Filters/../UI/../Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Filters/../UI/../Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Filters/../UI/../Plugins/CabbagePluginEditor.h:24, from ../../Source/Audio/Filters/../UI/PluginWindow.h:30, from ../../Source/Audio/Filters/FilterGraph.h:29, from ../../Source/Audio/Filters/FilterGraph.cpp:29: ../../Source/Audio/Filters/../UI/../Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Filters/../UI/../Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Filters/FilterGraph.cpp:27: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Application/../CodeEditor/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Application/../CodeEditor/../CabbageCommonHeaders.h:31, from ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:23, from ../../Source/Application/CabbageDocumentWindow.h:24, from ../../Source/Application/CabbageDocumentWindow.cpp:20: ../../Source/Application/../CodeEditor/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Application/../CodeEditor/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/CabbageDocumentWindow.h:23, from ../../Source/Application/CabbageDocumentWindow.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Application/CabbageDocumentWindow.h:24, from ../../Source/Application/CabbageDocumentWindow.cpp:20: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h: In constructor ‘CabbageEditorContainer::StatusBar::StatusBar(juce::ValueTree, CabbageEditorContainer*)’: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:43:65: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/CabbageDocumentWindow.h:23, from ../../Source/Application/CabbageDocumentWindow.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Application/CabbageDocumentWindow.h:24, from ../../Source/Application/CabbageDocumentWindow.cpp:20: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/CabbageDocumentWindow.h:23, from ../../Source/Application/CabbageDocumentWindow.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Application/CabbageDocumentWindow.h:24, from ../../Source/Application/CabbageDocumentWindow.cpp:20: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/CabbageDocumentWindow.h:23, from ../../Source/Application/CabbageDocumentWindow.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Audio/Filters/../UI/../Filters/../UI/../Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Filters/../UI/../Filters/../UI/../Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Filters/../UI/../Filters/../UI/../Plugins/CabbagePluginEditor.h:24, from ../../Source/Audio/Filters/../UI/../Filters/../UI/PluginWindow.h:30, from ../../Source/Audio/Filters/../UI/../Filters/FilterGraph.h:29, from ../../Source/Audio/Filters/../UI/GraphEditorPanel.h:29, from ../../Source/Audio/Filters/FilterIOConfiguration.cpp:28: ../../Source/Audio/Filters/../UI/../Filters/../UI/../Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Filters/../UI/../Filters/../UI/../Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Filters/FilterIOConfiguration.cpp:27: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Application/../CodeEditor/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Application/../CodeEditor/../CabbageCommonHeaders.h:31, from ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:23, from ../../Source/Application/CabbageMainComponent.h:25, from ../../Source/Application/CabbageToolbarFactory.cpp:21: ../../Source/Application/../CodeEditor/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Application/../CodeEditor/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Application/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/../CabbageIds.h:23, from ../../Source/Application/CabbageToolbarFactory.h:20, from ../../Source/Application/CabbageToolbarFactory.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Application/CabbageMainComponent.h:25, from ../../Source/Application/CabbageToolbarFactory.cpp:21: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h: In constructor ‘CabbageEditorContainer::StatusBar::StatusBar(juce::ValueTree, CabbageEditorContainer*)’: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:43:65: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Application/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/../CabbageIds.h:23, from ../../Source/Application/CabbageToolbarFactory.h:20, from ../../Source/Application/CabbageToolbarFactory.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Application/CabbageMainComponent.h:25, from ../../Source/Application/CabbageToolbarFactory.cpp:21: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Application/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/../CabbageIds.h:23, from ../../Source/Application/CabbageToolbarFactory.h:20, from ../../Source/Application/CabbageToolbarFactory.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Application/CabbageMainComponent.h:25, from ../../Source/Application/CabbageToolbarFactory.cpp:21: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Application/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/../CabbageIds.h:23, from ../../Source/Application/CabbageToolbarFactory.h:20, from ../../Source/Application/CabbageToolbarFactory.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Application/../Audio/Filters/FilterGraph.h:29, from ../../Source/Application/CabbageMainComponent.h:30, from ../../Source/Application/CabbageDocumentWindow.h:28, from ../../Source/Application/CabbageDocumentWindow.cpp:20: ../../Source/Application/../Audio/Filters/../UI/PluginWindow.h: In static member function ‘static juce::AudioProcessorEditor* PluginWindow::createProcessorEditor(juce::AudioProcessor&, PluginWindow::Type)’: ../../Source/Application/../Audio/Filters/../UI/PluginWindow.h:153:63: warning: ‘juce::GenericAudioProcessorEditor::GenericAudioProcessorEditor(juce::AudioProcessor*)’ is deprecated [-Wdeprecated-declarations] return new GenericAudioProcessorEditor (&processor); ^ In file included from ../../Source/Audio/Filters/FilterGraph.h:29, from ../../Source/Audio/Filters/FilterGraph.cpp:29: ../../Source/Audio/Filters/../UI/PluginWindow.h: In static member function ‘static juce::AudioProcessorEditor* PluginWindow::createProcessorEditor(juce::AudioProcessor&, PluginWindow::Type)’: ../../Source/Audio/Filters/../UI/PluginWindow.h:153:63: warning: ‘juce::GenericAudioProcessorEditor::GenericAudioProcessorEditor(juce::AudioProcessor*)’ is deprecated [-Wdeprecated-declarations] return new GenericAudioProcessorEditor (&processor); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Filters/FilterGraph.cpp:27: ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h:54:32: note: declared here JUCE_DEPRECATED_WITH_BODY (GenericAudioProcessorEditor (AudioProcessor* p), : GenericAudioProcessorEditor (*p) {}) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/CabbageDocumentWindow.h:23, from ../../Source/Application/CabbageDocumentWindow.cpp:20: ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h:54:32: note: declared here JUCE_DEPRECATED_WITH_BODY (GenericAudioProcessorEditor (AudioProcessor* p), : GenericAudioProcessorEditor (*p) {}) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Audio/Filters/../UI/../Filters/FilterGraph.h:29, from ../../Source/Audio/Filters/../UI/GraphEditorPanel.h:29, from ../../Source/Audio/Filters/FilterIOConfiguration.cpp:28: ../../Source/Audio/Filters/../UI/../Filters/../UI/PluginWindow.h: In static member function ‘static juce::AudioProcessorEditor* PluginWindow::createProcessorEditor(juce::AudioProcessor&, PluginWindow::Type)’: ../../Source/Audio/Filters/../UI/../Filters/../UI/PluginWindow.h:153:63: warning: ‘juce::GenericAudioProcessorEditor::GenericAudioProcessorEditor(juce::AudioProcessor*)’ is deprecated [-Wdeprecated-declarations] return new GenericAudioProcessorEditor (&processor); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Filters/FilterIOConfiguration.cpp:27: ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h:54:32: note: declared here JUCE_DEPRECATED_WITH_BODY (GenericAudioProcessorEditor (AudioProcessor* p), : GenericAudioProcessorEditor (*p) {}) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Application/../CodeEditor/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Application/../CodeEditor/../CabbageCommonHeaders.h:31, from ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:23, from ../../Source/Application/CabbageMainComponent.h:25, from ../../Source/Application/CabbageMainComponent.cpp:20: ../../Source/Application/../CodeEditor/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Application/../CodeEditor/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/CabbageMainComponent.h:24, from ../../Source/Application/CabbageMainComponent.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Application/CabbageMainComponent.h:25, from ../../Source/Application/CabbageMainComponent.cpp:20: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h: In constructor ‘CabbageEditorContainer::StatusBar::StatusBar(juce::ValueTree, CabbageEditorContainer*)’: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:43:65: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/CabbageMainComponent.h:24, from ../../Source/Application/CabbageMainComponent.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Application/CabbageMainComponent.h:25, from ../../Source/Application/CabbageMainComponent.cpp:20: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/CabbageMainComponent.h:24, from ../../Source/Application/CabbageMainComponent.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Application/CabbageMainComponent.h:25, from ../../Source/Application/CabbageMainComponent.cpp:20: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/CabbageMainComponent.h:24, from ../../Source/Application/CabbageMainComponent.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Application/../Audio/Filters/FilterGraph.h:29, from ../../Source/Application/CabbageMainComponent.h:30, from ../../Source/Application/CabbageToolbarFactory.cpp:21: ../../Source/Application/../Audio/Filters/../UI/PluginWindow.h: In static member function ‘static juce::AudioProcessorEditor* PluginWindow::createProcessorEditor(juce::AudioProcessor&, PluginWindow::Type)’: ../../Source/Application/../Audio/Filters/../UI/PluginWindow.h:153:63: warning: ‘juce::GenericAudioProcessorEditor::GenericAudioProcessorEditor(juce::AudioProcessor*)’ is deprecated [-Wdeprecated-declarations] return new GenericAudioProcessorEditor (&processor); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Application/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/../CabbageIds.h:23, from ../../Source/Application/CabbageToolbarFactory.h:20, from ../../Source/Application/CabbageToolbarFactory.cpp:20: ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h:54:32: note: declared here JUCE_DEPRECATED_WITH_BODY (GenericAudioProcessorEditor (AudioProcessor* p), : GenericAudioProcessorEditor (*p) {}) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ ../../Source/Audio/Filters/FilterGraph.cpp: In member function ‘virtual juce::Result FilterGraph::saveDocument(const juce::File&)’: ../../Source/Audio/Filters/FilterGraph.cpp:243:37: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] if (! xml->writeToFile (file, {})) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Filters/FilterGraph.cpp:27: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ ../../Source/Application/CabbageToolbarFactory.cpp: In member function ‘juce::ToolbarButton* CabbageToolbarFactory::createToggleButtonFromPNG(int, const juce::String&, const void*, size_t, const void*, size_t)’: ../../Source/Application/CabbageToolbarFactory.cpp:174:50: warning: ‘void juce::Button::setToggleState(bool, bool)’ is deprecated [-Wdeprecated-declarations] togglePlayButton->setToggleState (true, false); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Application/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/../CabbageIds.h:23, from ../../Source/Application/CabbageToolbarFactory.h:20, from ../../Source/Application/CabbageToolbarFactory.cpp:20: ../../JuceLibraryCode/modules/juce_gui_basics/buttons/juce_Button.h:399:27: note: declared here JUCE_DEPRECATED (void setToggleState (bool, bool)); ^~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ ../../Source/Application/CabbageToolbarFactory.cpp: In member function ‘juce::ToolbarButton* CabbageToolbarFactory::createButtonFromSVG(int, const juce::String&, juce::String, juce::String)’: ../../Source/Application/CabbageToolbarFactory.cpp:207:54: warning: ‘void juce::Button::setToggleState(bool, bool)’ is deprecated [-Wdeprecated-declarations] togglePlayButton->setToggleState (true, false); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Application/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/../CabbageIds.h:23, from ../../Source/Application/CabbageToolbarFactory.h:20, from ../../Source/Application/CabbageToolbarFactory.cpp:20: ../../JuceLibraryCode/modules/juce_gui_basics/buttons/juce_Button.h:399:27: note: declared here JUCE_DEPRECATED (void setToggleState (bool, bool)); ^~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Application/../Audio/Filters/FilterGraph.h:29, from ../../Source/Application/CabbageMainComponent.h:30, from ../../Source/Application/CabbageMainComponent.cpp:20: ../../Source/Application/../Audio/Filters/../UI/PluginWindow.h: In static member function ‘static juce::AudioProcessorEditor* PluginWindow::createProcessorEditor(juce::AudioProcessor&, PluginWindow::Type)’: ../../Source/Application/../Audio/Filters/../UI/PluginWindow.h:153:63: warning: ‘juce::GenericAudioProcessorEditor::GenericAudioProcessorEditor(juce::AudioProcessor*)’ is deprecated [-Wdeprecated-declarations] return new GenericAudioProcessorEditor (&processor); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/CabbageMainComponent.h:24, from ../../Source/Application/CabbageMainComponent.cpp:20: ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h:54:32: note: declared here JUCE_DEPRECATED_WITH_BODY (GenericAudioProcessorEditor (AudioProcessor* p), : GenericAudioProcessorEditor (*p) {}) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ Compiling InternalFilters.cpp ../../Source/Application/CabbageMainComponent.cpp: In member function ‘juce::String CabbageMainComponent::getDeviceManagerSettings()’: ../../Source/Application/CabbageMainComponent.cpp:1256:33: warning: ‘juce::String juce::XmlElement::createDocument(juce::StringRef, bool, bool, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] return xml->createDocument(""); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Application/CabbageMainComponent.h:24, from ../../Source/Application/CabbageMainComponent.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:700:29: note: declared here JUCE_DEPRECATED (String createDocument (StringRef dtdToUse, ^~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageInternalPluginFormat.cpp Compiling CabbagePluginEditor.cpp Compiling CabbagePluginProcessor.cpp In file included from ../../Source/Audio/Filters/../UI/../Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Filters/../UI/../Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Filters/../UI/../Plugins/CabbagePluginEditor.h:24, from ../../Source/Audio/Filters/../UI/PluginWindow.h:30, from ../../Source/Audio/Filters/FilterGraph.h:29, from ../../Source/Audio/Filters/InternalFilters.h:29, from ../../Source/Audio/Filters/InternalFilters.cpp:28: ../../Source/Audio/Filters/../UI/../Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Filters/../UI/../Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Filters/InternalFilters.cpp:27: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Audio/Filters/FilterGraph.h:29, from ../../Source/Audio/Filters/InternalFilters.h:29, from ../../Source/Audio/Filters/InternalFilters.cpp:28: ../../Source/Audio/Filters/../UI/PluginWindow.h: In static member function ‘static juce::AudioProcessorEditor* PluginWindow::createProcessorEditor(juce::AudioProcessor&, PluginWindow::Type)’: ../../Source/Audio/Filters/../UI/PluginWindow.h:153:63: warning: ‘juce::GenericAudioProcessorEditor::GenericAudioProcessorEditor(juce::AudioProcessor*)’ is deprecated [-Wdeprecated-declarations] return new GenericAudioProcessorEditor (&processor); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Filters/InternalFilters.cpp:27: ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h:54:32: note: declared here JUCE_DEPRECATED_WITH_BODY (GenericAudioProcessorEditor (AudioProcessor* p), : GenericAudioProcessorEditor (*p) {}) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CsoundPluginEditor.h:24, from ../../Source/Audio/Plugins/CabbageInternalPluginFormat.h:15, from ../../Source/Audio/Plugins/CabbageInternalPluginFormat.cpp:11: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CabbageInternalPluginFormat.h:12, from ../../Source/Audio/Plugins/CabbageInternalPluginFormat.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CsoundPluginEditor.cpp In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginEditor.h:24, from ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:19: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CabbagePluginEditor.h:23, from ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:19: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginProcessor.cpp:20: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginProcessor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ ../../Source/Audio/Plugins/CabbagePluginEditor.cpp: In member function ‘void CabbagePluginEditor::savePluginStateToFile(juce::File, juce::String)’: ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:990:38: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] xml.writeToFile (snapshotFile, ""); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CabbagePluginEditor.h:23, from ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:19: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CsoundPluginProcessor.cpp Compiling GenericCabbageEditor.cpp Compiling GenericCabbagePluginProcessor.cpp Compiling GraphEditorPanel.cpp In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CsoundPluginEditor.cpp:20: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/CsoundPluginEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageBinaryData.cpp Compiling CabbageCodeEditor.cpp In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp:20: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp: In member function ‘void CsoundPluginProcessor::addMacros(juce::String)’: ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp:353:74: warning: unknown escape sequence: '\040' macroText = "\"" + tokens.joinIntoString (" ").replace (" ", "\ ").replace("\"", "\\\"")+"\""; ^~~~ In file included from ../../Source/Audio/Plugins/../../LookAndFeel/CabbageGenericPluginLookAndFeel.h:24, from ../../Source/Audio/Plugins/GenericCabbageEditor.h:27, from ../../Source/Audio/Plugins/GenericCabbageEditor.cpp:20: ../../Source/Audio/Plugins/../../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Audio/Plugins/../../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/GenericCabbageEditor.h:26, from ../../Source/Audio/Plugins/GenericCabbageEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.h:16, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.cpp:11: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.h:16, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageEditorContainer.cpp Compiling JavascriptCodeTokeniser.cpp In file included from ../../Source/Audio/UI/../Filters/../UI/../Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/UI/../Filters/../UI/../Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/UI/../Filters/../UI/../Plugins/CabbagePluginEditor.h:24, from ../../Source/Audio/UI/../Filters/../UI/PluginWindow.h:30, from ../../Source/Audio/UI/../Filters/FilterGraph.h:29, from ../../Source/Audio/UI/GraphEditorPanel.h:29, from ../../Source/Audio/UI/GraphEditorPanel.cpp:28: ../../Source/Audio/UI/../Filters/../UI/../Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/UI/../Filters/../UI/../Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/UI/GraphEditorPanel.cpp:27: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Audio/UI/../Filters/FilterGraph.h:29, from ../../Source/Audio/UI/GraphEditorPanel.h:29, from ../../Source/Audio/UI/GraphEditorPanel.cpp:28: ../../Source/Audio/UI/../Filters/../UI/PluginWindow.h: In static member function ‘static juce::AudioProcessorEditor* PluginWindow::createProcessorEditor(juce::AudioProcessor&, PluginWindow::Type)’: ../../Source/Audio/UI/../Filters/../UI/PluginWindow.h:153:63: warning: ‘juce::GenericAudioProcessorEditor::GenericAudioProcessorEditor(juce::AudioProcessor*)’ is deprecated [-Wdeprecated-declarations] return new GenericAudioProcessorEditor (&processor); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/UI/GraphEditorPanel.cpp:27: ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h:54:32: note: declared here JUCE_DEPRECATED_WITH_BODY (GenericAudioProcessorEditor (AudioProcessor* p), : GenericAudioProcessorEditor (*p) {}) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Audio/UI/../../Application/CabbageMainComponent.h:25, from ../../Source/Audio/UI/GraphEditorPanel.cpp:31: ../../Source/Audio/UI/../../Application/../CodeEditor/CabbageEditorContainer.h: In constructor ‘CabbageEditorContainer::StatusBar::StatusBar(juce::ValueTree, CabbageEditorContainer*)’: ../../Source/Audio/UI/../../Application/../CodeEditor/CabbageEditorContainer.h:43:65: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/UI/GraphEditorPanel.cpp:27: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Audio/UI/../../Application/CabbageMainComponent.h:25, from ../../Source/Audio/UI/GraphEditorPanel.cpp:31: ../../Source/Audio/UI/../../Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/UI/GraphEditorPanel.cpp:27: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Audio/UI/../../Application/CabbageMainComponent.h:25, from ../../Source/Audio/UI/GraphEditorPanel.cpp:31: ../../Source/Audio/UI/../../Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/UI/GraphEditorPanel.cpp:27: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ ../../Source/Audio/UI/GraphEditorPanel.cpp: In member function ‘void GraphEditorPanel::showPopupMenu(juce::Point)’: ../../Source/Audio/UI/GraphEditorPanel.cpp:934:112: warning: ‘void juce::KnownPluginList::addToMenu(juce::PopupMenu&, juce::KnownPluginList::SortMethod, const juce::String&) const’ is deprecated [-Wdeprecated-declarations] graphWindow->getOwner()->knownPluginList.addToMenu (subMenu3, graphWindow->getOwner()->pluginSortMethod); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/UI/GraphEditorPanel.cpp:27: ../../JuceLibraryCode/modules/juce_audio_processors/scanning/juce_KnownPluginList.h:225:27: note: declared here JUCE_DEPRECATED (void addToMenu (PopupMenu& menu, SortMethod sortMethod, const String& currentlyTickedPluginID = {}) const); ^~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ ../../Source/Audio/UI/GraphEditorPanel.cpp:967:140: warning: ‘int juce::KnownPluginList::getIndexChosenByMenu(int) const’ is deprecated [-Wdeprecated-declarations] auto* desc = graphWindow->getOwner()->knownPluginList.getType (graphWindow->getOwner()->knownPluginList.getIndexChosenByMenu (r)); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/UI/GraphEditorPanel.cpp:27: ../../JuceLibraryCode/modules/juce_audio_processors/scanning/juce_KnownPluginList.h:226:26: note: declared here JUCE_DEPRECATED (int getIndexChosenByMenu (int menuResultCode) const); ^~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ ../../Source/Audio/UI/GraphEditorPanel.cpp:967:141: warning: ‘juce::PluginDescription* juce::KnownPluginList::getType(int)’ is deprecated [-Wdeprecated-declarations] auto* desc = graphWindow->getOwner()->knownPluginList.getType (graphWindow->getOwner()->knownPluginList.getIndexChosenByMenu (r)); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/UI/GraphEditorPanel.cpp:27: ../../JuceLibraryCode/modules/juce_audio_processors/scanning/juce_KnownPluginList.h:216:51: note: declared here JUCE_DEPRECATED_WITH_BODY (PluginDescription* getType (int index) noexcept, { return &types.getReference (index); }) ^~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ ../../Source/Audio/UI/GraphEditorPanel.cpp: In member function ‘virtual void GraphDocumentComponent::PluginListBoxModel::paintListBoxItem(int, juce::Graphics&, int, int, bool)’: ../../Source/Audio/UI/GraphEditorPanel.cpp:1239:62: warning: ‘juce::PluginDescription* juce::KnownPluginList::getType(int)’ is deprecated [-Wdeprecated-declarations] g.drawFittedText (knownPlugins.getType (rowNumber)->name, ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/UI/GraphEditorPanel.cpp:27: ../../JuceLibraryCode/modules/juce_audio_processors/scanning/juce_KnownPluginList.h:216:51: note: declared here JUCE_DEPRECATED_WITH_BODY (PluginDescription* getType (int index) noexcept, { return &types.getReference (index); }) ^~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ ../../Source/Audio/UI/GraphEditorPanel.cpp: In member function ‘virtual void GraphDocumentComponent::itemDropped(const juce::DragAndDropTarget::SourceDetails&)’: ../../Source/Audio/UI/GraphEditorPanel.cpp:1382:58: warning: ‘juce::PluginDescription* juce::KnownPluginList::getType(int)’ is deprecated [-Wdeprecated-declarations] createNewPlugin (*pluginList.getType (pluginTypeIndex), details.localPosition.toDouble()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/UI/GraphEditorPanel.cpp:27: ../../JuceLibraryCode/modules/juce_audio_processors/scanning/juce_KnownPluginList.h:216:51: note: declared here JUCE_DEPRECATED_WITH_BODY (PluginDescription* getType (int index) noexcept, { return &types.getReference (index); }) ^~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ Compiling CabbagePropertiesPanel.cpp In file included from ../../Source/CodeEditor/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/CodeEditor/../CabbageCommonHeaders.h:31, from ../../Source/CodeEditor/CabbageCodeEditor.h:24, from ../../Source/CodeEditor/CabbageCodeEditor.cpp:20: ../../Source/CodeEditor/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/CodeEditor/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/CodeEditor/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/CodeEditor/../CabbageIds.h:23, from ../../Source/CodeEditor/CabbageCodeEditor.h:22, from ../../Source/CodeEditor/CabbageCodeEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/CodeEditor/../Application/CabbageDocumentWindow.h:24, from ../../Source/CodeEditor/CabbageCodeEditor.cpp:23: ../../Source/CodeEditor/../Application/../CodeEditor/CabbageEditorContainer.h: In constructor ‘CabbageEditorContainer::StatusBar::StatusBar(juce::ValueTree, CabbageEditorContainer*)’: ../../Source/CodeEditor/../Application/../CodeEditor/CabbageEditorContainer.h:43:65: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/CodeEditor/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/CodeEditor/../CabbageIds.h:23, from ../../Source/CodeEditor/CabbageCodeEditor.h:22, from ../../Source/CodeEditor/CabbageCodeEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/CodeEditor/../Application/CabbageDocumentWindow.h:24, from ../../Source/CodeEditor/CabbageCodeEditor.cpp:23: ../../Source/CodeEditor/../Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/CodeEditor/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/CodeEditor/../CabbageIds.h:23, from ../../Source/CodeEditor/CabbageCodeEditor.h:22, from ../../Source/CodeEditor/CabbageCodeEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/CodeEditor/../Application/CabbageDocumentWindow.h:24, from ../../Source/CodeEditor/CabbageCodeEditor.cpp:23: ../../Source/CodeEditor/../Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/CodeEditor/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/CodeEditor/../CabbageIds.h:23, from ../../Source/CodeEditor/CabbageCodeEditor.h:22, from ../../Source/CodeEditor/CabbageCodeEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/CodeEditor/../Application/../Audio/Filters/FilterGraph.h:29, from ../../Source/CodeEditor/../Application/CabbageMainComponent.h:30, from ../../Source/CodeEditor/../Application/CabbageDocumentWindow.h:28, from ../../Source/CodeEditor/CabbageCodeEditor.cpp:23: ../../Source/CodeEditor/../Application/../Audio/Filters/../UI/PluginWindow.h: In static member function ‘static juce::AudioProcessorEditor* PluginWindow::createProcessorEditor(juce::AudioProcessor&, PluginWindow::Type)’: ../../Source/CodeEditor/../Application/../Audio/Filters/../UI/PluginWindow.h:153:63: warning: ‘juce::GenericAudioProcessorEditor::GenericAudioProcessorEditor(juce::AudioProcessor*)’ is deprecated [-Wdeprecated-declarations] return new GenericAudioProcessorEditor (&processor); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/CodeEditor/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/CodeEditor/../CabbageIds.h:23, from ../../Source/CodeEditor/CabbageCodeEditor.h:22, from ../../Source/CodeEditor/CabbageCodeEditor.cpp:20: ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h:54:32: note: declared here JUCE_DEPRECATED_WITH_BODY (GenericAudioProcessorEditor (AudioProcessor* p), : GenericAudioProcessorEditor (*p) {}) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ Compiling ComponentLayoutEditor.cpp In file included from ../../Source/CodeEditor/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/CodeEditor/../CabbageCommonHeaders.h:31, from ../../Source/CodeEditor/CabbageEditorContainer.h:23, from ../../Source/CodeEditor/CabbageEditorContainer.cpp:20: ../../Source/CodeEditor/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/CodeEditor/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/CodeEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/CodeEditor/.././Settings/../CabbageIds.h:23, from ../../Source/CodeEditor/.././Settings/CabbageSettings.h:24, from ../../Source/CodeEditor/../CabbageCommonHeaders.h:30, from ../../Source/CodeEditor/CabbageEditorContainer.h:23, from ../../Source/CodeEditor/CabbageEditorContainer.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/CodeEditor/CabbageEditorContainer.cpp:20: ../../Source/CodeEditor/CabbageEditorContainer.h: In constructor ‘CabbageEditorContainer::StatusBar::StatusBar(juce::ValueTree, CabbageEditorContainer*)’: ../../Source/CodeEditor/CabbageEditorContainer.h:43:65: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/CodeEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/CodeEditor/.././Settings/../CabbageIds.h:23, from ../../Source/CodeEditor/.././Settings/CabbageSettings.h:24, from ../../Source/CodeEditor/../CabbageCommonHeaders.h:30, from ../../Source/CodeEditor/CabbageEditorContainer.h:23, from ../../Source/CodeEditor/CabbageEditorContainer.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/CodeEditor/CabbageEditorContainer.cpp:20: ../../Source/CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/CodeEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/CodeEditor/.././Settings/../CabbageIds.h:23, from ../../Source/CodeEditor/.././Settings/CabbageSettings.h:24, from ../../Source/CodeEditor/../CabbageCommonHeaders.h:30, from ../../Source/CodeEditor/CabbageEditorContainer.h:23, from ../../Source/CodeEditor/CabbageEditorContainer.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/CodeEditor/CabbageEditorContainer.cpp:20: ../../Source/CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/CodeEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/CodeEditor/.././Settings/../CabbageIds.h:23, from ../../Source/CodeEditor/.././Settings/CabbageSettings.h:24, from ../../Source/CodeEditor/../CabbageCommonHeaders.h:30, from ../../Source/CodeEditor/CabbageEditorContainer.h:23, from ../../Source/CodeEditor/CabbageEditorContainer.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/CodeEditor/../Application/../Audio/Filters/FilterGraph.h:29, from ../../Source/CodeEditor/../Application/CabbageMainComponent.h:30, from ../../Source/CodeEditor/CabbageEditorContainer.cpp:21: ../../Source/CodeEditor/../Application/../Audio/Filters/../UI/PluginWindow.h: In static member function ‘static juce::AudioProcessorEditor* PluginWindow::createProcessorEditor(juce::AudioProcessor&, PluginWindow::Type)’: ../../Source/CodeEditor/../Application/../Audio/Filters/../UI/PluginWindow.h:153:63: warning: ‘juce::GenericAudioProcessorEditor::GenericAudioProcessorEditor(juce::AudioProcessor*)’ is deprecated [-Wdeprecated-declarations] return new GenericAudioProcessorEditor (&processor); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/CodeEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/CodeEditor/.././Settings/../CabbageIds.h:23, from ../../Source/CodeEditor/.././Settings/CabbageSettings.h:24, from ../../Source/CodeEditor/../CabbageCommonHeaders.h:30, from ../../Source/CodeEditor/CabbageEditorContainer.h:23, from ../../Source/CodeEditor/CabbageEditorContainer.cpp:20: ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h:54:32: note: declared here JUCE_DEPRECATED_WITH_BODY (GenericAudioProcessorEditor (AudioProcessor* p), : GenericAudioProcessorEditor (*p) {}) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ Compiling ComponentOverlay.cpp In file included from ../../Source/GUIEditor/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:31, from ../../Source/GUIEditor/CabbagePropertiesPanel.h:23, from ../../Source/GUIEditor/CabbagePropertiesPanel.cpp:20: ../../Source/GUIEditor/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/GUIEditor/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/GUIEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/GUIEditor/.././Settings/../CabbageIds.h:23, from ../../Source/GUIEditor/.././Settings/CabbageSettings.h:24, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:30, from ../../Source/GUIEditor/CabbagePropertiesPanel.h:23, from ../../Source/GUIEditor/CabbagePropertiesPanel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageGenericPluginLookAndFeel.cpp Compiling CabbageIDELookAndFeel.cpp Compiling CabbageLookAndFeel2.cpp In file included from ../../Source/GUIEditor/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:31, from ../../Source/GUIEditor/ComponentLayoutEditor.h:24, from ../../Source/GUIEditor/ComponentLayoutEditor.cpp:11: ../../Source/GUIEditor/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/GUIEditor/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/GUIEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/GUIEditor/.././Settings/../CabbageIds.h:23, from ../../Source/GUIEditor/.././Settings/CabbageSettings.h:24, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:30, from ../../Source/GUIEditor/ComponentLayoutEditor.h:24, from ../../Source/GUIEditor/ComponentLayoutEditor.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/GUIEditor/../Application/CabbageMainComponent.h:25, from ../../Source/GUIEditor/ComponentLayoutEditor.cpp:15: ../../Source/GUIEditor/../Application/../CodeEditor/CabbageEditorContainer.h: In constructor ‘CabbageEditorContainer::StatusBar::StatusBar(juce::ValueTree, CabbageEditorContainer*)’: ../../Source/GUIEditor/../Application/../CodeEditor/CabbageEditorContainer.h:43:65: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/GUIEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/GUIEditor/.././Settings/../CabbageIds.h:23, from ../../Source/GUIEditor/.././Settings/CabbageSettings.h:24, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:30, from ../../Source/GUIEditor/ComponentLayoutEditor.h:24, from ../../Source/GUIEditor/ComponentLayoutEditor.cpp:11: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/GUIEditor/../Application/CabbageMainComponent.h:25, from ../../Source/GUIEditor/ComponentLayoutEditor.cpp:15: ../../Source/GUIEditor/../Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/GUIEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/GUIEditor/.././Settings/../CabbageIds.h:23, from ../../Source/GUIEditor/.././Settings/CabbageSettings.h:24, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:30, from ../../Source/GUIEditor/ComponentLayoutEditor.h:24, from ../../Source/GUIEditor/ComponentLayoutEditor.cpp:11: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/GUIEditor/../Application/CabbageMainComponent.h:25, from ../../Source/GUIEditor/ComponentLayoutEditor.cpp:15: ../../Source/GUIEditor/../Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/GUIEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/GUIEditor/.././Settings/../CabbageIds.h:23, from ../../Source/GUIEditor/.././Settings/CabbageSettings.h:24, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:30, from ../../Source/GUIEditor/ComponentLayoutEditor.h:24, from ../../Source/GUIEditor/ComponentLayoutEditor.cpp:11: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/GUIEditor/../Application/../Audio/Filters/FilterGraph.h:29, from ../../Source/GUIEditor/../Application/CabbageMainComponent.h:30, from ../../Source/GUIEditor/ComponentLayoutEditor.cpp:15: ../../Source/GUIEditor/../Application/../Audio/Filters/../UI/PluginWindow.h: In static member function ‘static juce::AudioProcessorEditor* PluginWindow::createProcessorEditor(juce::AudioProcessor&, PluginWindow::Type)’: ../../Source/GUIEditor/../Application/../Audio/Filters/../UI/PluginWindow.h:153:63: warning: ‘juce::GenericAudioProcessorEditor::GenericAudioProcessorEditor(juce::AudioProcessor*)’ is deprecated [-Wdeprecated-declarations] return new GenericAudioProcessorEditor (&processor); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/GUIEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/GUIEditor/.././Settings/../CabbageIds.h:23, from ../../Source/GUIEditor/.././Settings/CabbageSettings.h:24, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:30, from ../../Source/GUIEditor/ComponentLayoutEditor.h:24, from ../../Source/GUIEditor/ComponentLayoutEditor.cpp:11: ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h:54:32: note: declared here JUCE_DEPRECATED_WITH_BODY (GenericAudioProcessorEditor (AudioProcessor* p), : GenericAudioProcessorEditor (*p) {}) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/GUIEditor/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:31, from ../../Source/GUIEditor/ComponentOverlay.h:14, from ../../Source/GUIEditor/ComponentOverlay.cpp:10: ../../Source/GUIEditor/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/GUIEditor/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/GUIEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/GUIEditor/.././Settings/../CabbageIds.h:23, from ../../Source/GUIEditor/.././Settings/CabbageSettings.h:24, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:30, from ../../Source/GUIEditor/ComponentOverlay.h:14, from ../../Source/GUIEditor/ComponentOverlay.cpp:10: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/LookAndFeel/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/LookAndFeel/../CabbageCommonHeaders.h:31, from ../../Source/LookAndFeel/CabbageLookAndFeel2.h:25, from ../../Source/LookAndFeel/CabbageLookAndFeel2.cpp:20: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/CabbageLookAndFeel2.h:24, from ../../Source/LookAndFeel/CabbageLookAndFeel2.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/LookAndFeel/CabbageIDELookAndFeel.cpp:19: ../../Source/LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/CabbageIDELookAndFeel.h:22, from ../../Source/LookAndFeel/CabbageIDELookAndFeel.cpp:19: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling FlatButtonLookAndFeel.cpp In file included from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.h:24, from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.cpp:20: ../../Source/LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.h:21, from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling PropertyPanelLookAndFeel.cpp Compiling CabbageSettings.cpp Compiling CabbageSettingsWindow.cpp Compiling CabbagePluginList.cpp Compiling CabbageExportPlugin.cpp In file included from ../../Source/LookAndFeel/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/LookAndFeel/../CabbageCommonHeaders.h:31, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.h:22, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.cpp:20: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.h:21, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/LookAndFeel/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/LookAndFeel/../CabbageCommonHeaders.h:31, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.h:22, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.cpp:20: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.h:21, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Settings/CabbageSettings.cpp:21: ../../Source/Settings/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Settings/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Settings/../CabbageIds.h:23, from ../../Source/Settings/CabbageSettings.h:24, from ../../Source/Settings/CabbageSettings.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Settings/../Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Settings/../Utilities/../CabbageCommonHeaders.h:31, from ../../Source/Settings/../Utilities/CabbageColourProperty.h:28, from ../../Source/Settings/CabbageSettingsWindow.h:25, from ../../Source/Settings/CabbageSettingsWindow.cpp:20: ../../Source/Settings/../Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Settings/../Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Settings/../CabbageIds.h:23, from ../../Source/Settings/CabbageSettingsWindow.h:23, from ../../Source/Settings/CabbageSettingsWindow.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Utilities/../CabbageCommonHeaders.h:31, from ../../Source/Utilities/CabbagePluginList.h:27, from ../../Source/Utilities/CabbagePluginList.cpp:27: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbagePluginList.h:27, from ../../Source/Utilities/CabbagePluginList.cpp:27: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ ../../Source/Utilities/CabbagePluginList.cpp: In member function ‘virtual void CabbagePluginListComponent::TableModel::paintCell(juce::Graphics&, int, int, int, int, bool)’: ../../Source/Utilities/CabbagePluginList.cpp:68:66: warning: ‘juce::PluginDescription* juce::KnownPluginList::getType(int)’ is deprecated [-Wdeprecated-declarations] else if (const PluginDescription* const desc = list.getType(row)) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbagePluginList.h:27, from ../../Source/Utilities/CabbagePluginList.cpp:27: ../../JuceLibraryCode/modules/juce_audio_processors/scanning/juce_KnownPluginList.h:216:51: note: declared here JUCE_DEPRECATED_WITH_BODY (PluginDescription* getType (int index) noexcept, { return &types.getReference (index); }) ^~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ ../../Source/Utilities/CabbagePluginList.cpp: In member function ‘bool CabbagePluginListComponent::canShowSelectedFolder() const’: ../../Source/Utilities/CabbagePluginList.cpp:240:83: warning: ‘juce::PluginDescription* juce::KnownPluginList::getType(int)’ is deprecated [-Wdeprecated-declarations] if (const PluginDescription* const desc = list.getType (table.getSelectedRow())) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbagePluginList.h:27, from ../../Source/Utilities/CabbagePluginList.cpp:27: ../../JuceLibraryCode/modules/juce_audio_processors/scanning/juce_KnownPluginList.h:216:51: note: declared here JUCE_DEPRECATED_WITH_BODY (PluginDescription* getType (int index) noexcept, { return &types.getReference (index); }) ^~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ ../../Source/Utilities/CabbagePluginList.cpp: In member function ‘void CabbagePluginListComponent::showSelectedFolder()’: ../../Source/Utilities/CabbagePluginList.cpp:249:87: warning: ‘juce::PluginDescription* juce::KnownPluginList::getType(int)’ is deprecated [-Wdeprecated-declarations] if (const PluginDescription* const desc = list.getType (table.getSelectedRow())) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbagePluginList.h:27, from ../../Source/Utilities/CabbagePluginList.cpp:27: ../../JuceLibraryCode/modules/juce_audio_processors/scanning/juce_KnownPluginList.h:216:51: note: declared here JUCE_DEPRECATED_WITH_BODY (PluginDescription* getType (int index) noexcept, { return &types.getReference (index); }) ^~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ Compiling CabbageColourProperty.cpp Compiling CabbageNewProjectWindow.cpp Compiling CabbageSSHFileBrowser.cpp Compiling CabbageRackWidgets.cpp In file included from ../../Source/Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Utilities/../CabbageCommonHeaders.h:31, from ../../Source/Utilities/CabbageExportPlugin.h:23, from ../../Source/Utilities/CabbageExportPlugin.cpp:11: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbageExportPlugin.h:23, from ../../Source/Utilities/CabbageExportPlugin.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageKeyboardDisplay.cpp Compiling Soundfiler.cpp In file included from ../../Source/Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Utilities/../CabbageCommonHeaders.h:31, from ../../Source/Utilities/CabbageColourProperty.h:28, from ../../Source/Utilities/CabbageColourProperty.cpp:11: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbageColourProperty.h:28, from ../../Source/Utilities/CabbageColourProperty.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Utilities/CabbageNewProjectWindow.h:24, from ../../Source/Utilities/CabbageNewProjectWindow.cpp:20: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:22, from ../../Source/Utilities/CabbageNewProjectWindow.h:24, from ../../Source/Utilities/CabbageNewProjectWindow.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Utilities/../Application/CabbageMainComponent.h:25, from ../../Source/Utilities/CabbageNewProjectWindow.cpp:21: ../../Source/Utilities/../Application/../CodeEditor/CabbageEditorContainer.h: In constructor ‘CabbageEditorContainer::StatusBar::StatusBar(juce::ValueTree, CabbageEditorContainer*)’: ../../Source/Utilities/../Application/../CodeEditor/CabbageEditorContainer.h:43:65: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:22, from ../../Source/Utilities/CabbageNewProjectWindow.h:24, from ../../Source/Utilities/CabbageNewProjectWindow.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Utilities/../Application/CabbageMainComponent.h:25, from ../../Source/Utilities/CabbageNewProjectWindow.cpp:21: ../../Source/Utilities/../Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:22, from ../../Source/Utilities/CabbageNewProjectWindow.h:24, from ../../Source/Utilities/CabbageNewProjectWindow.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Utilities/../Application/CabbageMainComponent.h:25, from ../../Source/Utilities/CabbageNewProjectWindow.cpp:21: ../../Source/Utilities/../Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:22, from ../../Source/Utilities/CabbageNewProjectWindow.h:24, from ../../Source/Utilities/CabbageNewProjectWindow.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Utilities/../CabbageCommonHeaders.h:31, from ../../Source/Utilities/CabbageSSHFileBrowser.h:23, from ../../Source/Utilities/CabbageSSHFileBrowser.cpp:20: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbageSSHFileBrowser.h:23, from ../../Source/Utilities/CabbageSSHFileBrowser.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Utilities/../Application/CabbageMainComponent.h:25, from ../../Source/Utilities/CabbageSSHFileBrowser.cpp:21: ../../Source/Utilities/../Application/../CodeEditor/CabbageEditorContainer.h: In constructor ‘CabbageEditorContainer::StatusBar::StatusBar(juce::ValueTree, CabbageEditorContainer*)’: ../../Source/Utilities/../Application/../CodeEditor/CabbageEditorContainer.h:43:65: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbageSSHFileBrowser.h:23, from ../../Source/Utilities/CabbageSSHFileBrowser.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Utilities/../Application/CabbageMainComponent.h:25, from ../../Source/Utilities/CabbageSSHFileBrowser.cpp:21: ../../Source/Utilities/../Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbageSSHFileBrowser.h:23, from ../../Source/Utilities/CabbageSSHFileBrowser.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Utilities/../Application/CabbageMainComponent.h:25, from ../../Source/Utilities/CabbageSSHFileBrowser.cpp:21: ../../Source/Utilities/../Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbageSSHFileBrowser.h:23, from ../../Source/Utilities/CabbageSSHFileBrowser.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Utilities/../Application/../Audio/Filters/FilterGraph.h:29, from ../../Source/Utilities/../Application/CabbageMainComponent.h:30, from ../../Source/Utilities/CabbageNewProjectWindow.cpp:21: ../../Source/Utilities/../Application/../Audio/Filters/../UI/PluginWindow.h: In static member function ‘static juce::AudioProcessorEditor* PluginWindow::createProcessorEditor(juce::AudioProcessor&, PluginWindow::Type)’: ../../Source/Utilities/../Application/../Audio/Filters/../UI/PluginWindow.h:153:63: warning: ‘juce::GenericAudioProcessorEditor::GenericAudioProcessorEditor(juce::AudioProcessor*)’ is deprecated [-Wdeprecated-declarations] return new GenericAudioProcessorEditor (&processor); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:22, from ../../Source/Utilities/CabbageNewProjectWindow.h:24, from ../../Source/Utilities/CabbageNewProjectWindow.cpp:20: ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h:54:32: note: declared here JUCE_DEPRECATED_WITH_BODY (GenericAudioProcessorEditor (AudioProcessor* p), : GenericAudioProcessorEditor (*p) {}) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Utilities/../Application/../Audio/Filters/FilterGraph.h:29, from ../../Source/Utilities/../Application/CabbageMainComponent.h:30, from ../../Source/Utilities/CabbageSSHFileBrowser.cpp:21: ../../Source/Utilities/../Application/../Audio/Filters/../UI/PluginWindow.h: In static member function ‘static juce::AudioProcessorEditor* PluginWindow::createProcessorEditor(juce::AudioProcessor&, PluginWindow::Type)’: ../../Source/Utilities/../Application/../Audio/Filters/../UI/PluginWindow.h:153:63: warning: ‘juce::GenericAudioProcessorEditor::GenericAudioProcessorEditor(juce::AudioProcessor*)’ is deprecated [-Wdeprecated-declarations] return new GenericAudioProcessorEditor (&processor); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbageSSHFileBrowser.h:23, from ../../Source/Utilities/CabbageSSHFileBrowser.cpp:20: ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h:54:32: note: declared here JUCE_DEPRECATED_WITH_BODY (GenericAudioProcessorEditor (AudioProcessor* p), : GenericAudioProcessorEditor (*p) {}) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageRackWidgets.h:21, from ../../Source/Widgets/CabbageRackWidgets.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageRackWidgets.h:21, from ../../Source/Widgets/CabbageRackWidgets.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling TableManager.cpp Compiling CabbageListBox.cpp Compiling CabbageButton.cpp Compiling CabbageNumberSlider.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageKeyboardDisplay.h:23, from ../../Source/Widgets/CabbageKeyboardDisplay.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageKeyboardDisplay.h:23, from ../../Source/Widgets/CabbageKeyboardDisplay.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/Legacy/../../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:31, from ../../Source/Widgets/Legacy/Soundfiler.h:23, from ../../Source/Widgets/Legacy/Soundfiler.cpp:20: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/Legacy/../.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/Legacy/../.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/Legacy/../.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:30, from ../../Source/Widgets/Legacy/Soundfiler.h:23, from ../../Source/Widgets/Legacy/Soundfiler.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageCheckbox.cpp Compiling CabbageComboBox.cpp In file included from ../../Source/Widgets/Legacy/../../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:31, from ../../Source/Widgets/Legacy/TableManager.h:26, from ../../Source/Widgets/Legacy/TableManager.cpp:20: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/Legacy/../.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/Legacy/../.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/Legacy/../.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:30, from ../../Source/Widgets/Legacy/TableManager.h:26, from ../../Source/Widgets/Legacy/TableManager.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageButton.h:23, from ../../Source/Widgets/CabbageButton.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageButton.h:23, from ../../Source/Widgets/CabbageButton.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageListBox.h:15, from ../../Source/Widgets/CabbageListBox.cpp:11: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageListBox.h:15, from ../../Source/Widgets/CabbageListBox.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageNumberSlider.h:23, from ../../Source/Widgets/CabbageNumberSlider.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageNumberSlider.h:23, from ../../Source/Widgets/CabbageNumberSlider.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageCsoundConsole.cpp Compiling CabbageCustomWidgets.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageCheckbox.h:23, from ../../Source/Widgets/CabbageCheckbox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageCheckbox.h:23, from ../../Source/Widgets/CabbageCheckbox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageEncoder.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageComboBox.h:23, from ../../Source/Widgets/CabbageComboBox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageComboBox.h:23, from ../../Source/Widgets/CabbageComboBox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageFileButton.cpp Compiling CabbageGenTable.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageCsoundConsole.h:23, from ../../Source/Widgets/CabbageCsoundConsole.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageCsoundConsole.h:23, from ../../Source/Widgets/CabbageCsoundConsole.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageGroupBox.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageCustomWidgets.h:23, from ../../Source/Widgets/CabbageCustomWidgets.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageCustomWidgets.h:23, from ../../Source/Widgets/CabbageCustomWidgets.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageImage.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageEncoder.h:24, from ../../Source/Widgets/CabbageEncoder.cpp:11: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageEncoder.h:24, from ../../Source/Widgets/CabbageEncoder.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageInfoButton.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageFileButton.h:23, from ../../Source/Widgets/CabbageFileButton.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageFileButton.h:23, from ../../Source/Widgets/CabbageFileButton.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageGenTable.h:24, from ../../Source/Widgets/CabbageGenTable.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageGenTable.h:24, from ../../Source/Widgets/CabbageGenTable.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageKeyboard.cpp Compiling CabbageLabel.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageGroupBox.h:24, from ../../Source/Widgets/CabbageGroupBox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageGroupBox.h:24, from ../../Source/Widgets/CabbageGroupBox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageImage.h:23, from ../../Source/Widgets/CabbageImage.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageImage.h:23, from ../../Source/Widgets/CabbageImage.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageRangeSlider.cpp Compiling CabbageSignalDisplay.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageInfoButton.h:23, from ../../Source/Widgets/CabbageInfoButton.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageInfoButton.h:23, from ../../Source/Widgets/CabbageInfoButton.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageSlider.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageKeyboard.h:24, from ../../Source/Widgets/CabbageKeyboard.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageKeyboard.h:24, from ../../Source/Widgets/CabbageKeyboard.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageSoundfiler.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageLabel.h:23, from ../../Source/Widgets/CabbageLabel.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageLabel.h:23, from ../../Source/Widgets/CabbageLabel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageEventSequencer.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageRangeSlider.h:23, from ../../Source/Widgets/CabbageRangeSlider.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageRangeSlider.h:23, from ../../Source/Widgets/CabbageRangeSlider.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageTextBox.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageSignalDisplay.h:24, from ../../Source/Widgets/CabbageSignalDisplay.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageSignalDisplay.h:24, from ../../Source/Widgets/CabbageSignalDisplay.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageTextEditor.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageSlider.h:23, from ../../Source/Widgets/CabbageSlider.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageSlider.h:23, from ../../Source/Widgets/CabbageSlider.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageWidgetBase.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageSoundfiler.h:23, from ../../Source/Widgets/CabbageSoundfiler.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageSoundfiler.h:23, from ../../Source/Widgets/CabbageSoundfiler.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageEventSequencer.h:22, from ../../Source/Widgets/CabbageEventSequencer.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageEventSequencer.h:22, from ../../Source/Widgets/CabbageEventSequencer.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageTextBox.h:24, from ../../Source/Widgets/CabbageTextBox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageTextBox.h:24, from ../../Source/Widgets/CabbageTextBox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageWidgetData.cpp Compiling CabbageWidgetDataInitMethods.cpp Compiling CabbageWidgetDataTextMethods.cpp Compiling CabbageXYPad.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageTextEditor.h:23, from ../../Source/Widgets/CabbageTextEditor.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageTextEditor.h:23, from ../../Source/Widgets/CabbageTextEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling Cabbage.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageWidgetBase.h:23, from ../../Source/Widgets/CabbageWidgetBase.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageWidgetBase.h:23, from ../../Source/Widgets/CabbageWidgetBase.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/CabbageWidgetData.h:24, from ../../Source/Widgets/CabbageWidgetData.cpp:22: ../../Source/Widgets/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/../Utilities/CabbageUtilities.h:25, from ../../Source/Widgets/CabbageWidgetData.h:24, from ../../Source/Widgets/CabbageWidgetData.cpp:22: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling BinaryData.cpp In file included from ../../Source/Widgets/CabbageWidgetDataInitMethods.cpp:20: ../../Source/Widgets/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/../Utilities/CabbageUtilities.h:25, from ../../Source/Widgets/CabbageWidgetDataInitMethods.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling include_juce_audio_basics.cpp In file included from ../../Source/Widgets/CabbageWidgetDataTextMethods.cpp:20: ../../Source/Widgets/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/../Utilities/CabbageUtilities.h:25, from ../../Source/Widgets/CabbageWidgetDataTextMethods.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageXYPad.h:27, from ../../Source/Widgets/CabbageXYPad.cpp:22: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageXYPad.h:27, from ../../Source/Widgets/CabbageXYPad.cpp:22: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Application/../CodeEditor/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Application/../CodeEditor/../CabbageCommonHeaders.h:31, from ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:23, from ../../Source/Application/CabbageDocumentWindow.h:24, from ../../Source/Cabbage.cpp:21: ../../Source/Application/../CodeEditor/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Application/../CodeEditor/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Cabbage.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Application/CabbageDocumentWindow.h:24, from ../../Source/Cabbage.cpp:21: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h: In constructor ‘CabbageEditorContainer::StatusBar::StatusBar(juce::ValueTree, CabbageEditorContainer*)’: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:43:65: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Cabbage.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Application/CabbageDocumentWindow.h:24, from ../../Source/Cabbage.cpp:21: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Cabbage.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ In file included from ../../Source/Application/CabbageDocumentWindow.h:24, from ../../Source/Cabbage.cpp:21: ../../Source/Application/../CodeEditor/CabbageEditorContainer.h:43:87: warning: ‘static int juce::SystemStats::getCpuSpeedInMegaherz()’ is deprecated [-Wdeprecated-declarations] "CPU: " + String (SystemStats::getCpuSpeedInMegaherz()) ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Cabbage.cpp:20: ../../JuceLibraryCode/modules/juce_core/system/juce_SystemStats.h:235:43: note: declared here JUCE_DEPRECATED_WITH_BODY (static int getCpuSpeedInMegaherz(), { return getCpuSpeedInMegahertz(); }) ^~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ Compiling include_juce_audio_devices.cpp Compiling include_juce_audio_formats.cpp In file included from ../../Source/Application/../Audio/Filters/FilterGraph.h:29, from ../../Source/Application/CabbageMainComponent.h:30, from ../../Source/Application/CabbageDocumentWindow.h:28, from ../../Source/Cabbage.cpp:21: ../../Source/Application/../Audio/Filters/../UI/PluginWindow.h: In static member function ‘static juce::AudioProcessorEditor* PluginWindow::createProcessorEditor(juce::AudioProcessor&, PluginWindow::Type)’: ../../Source/Application/../Audio/Filters/../UI/PluginWindow.h:153:63: warning: ‘juce::GenericAudioProcessorEditor::GenericAudioProcessorEditor(juce::AudioProcessor*)’ is deprecated [-Wdeprecated-declarations] return new GenericAudioProcessorEditor (&processor); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Cabbage.cpp:20: ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h:54:32: note: declared here JUCE_DEPRECATED_WITH_BODY (GenericAudioProcessorEditor (AudioProcessor* p), : GenericAudioProcessorEditor (*p) {}) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:271:57: note: in definition of macro ‘JUCE_DEPRECATED_WITH_BODY’ #define JUCE_DEPRECATED_WITH_BODY(functionDef, body) functionDef JUCE_DEPRECATED_ATTRIBUTE body ^~~~~~~~~~~ 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 Compiling include_juce_events.cpp Compiling include_juce_graphics.cpp Compiling include_juce_gui_basics.cpp Compiling include_juce_gui_extra.cpp Linking Cabbage - App Re-saving file: /home/stefanus/cabbage/CabbagePlugin.jucer Finished saving: Linux Makefile Finished saving: Xcode (MacOSX) Finished saving: Visual Studio 2017 Finished saving: Visual Studio 2019 Finished saving: CLion (beta) Building PluginEffect…(B Cleaning CabbagePlugin Compiling include_juce_audio_plugin_client_VST2.cpp Compiling CabbagePluginEditor.cpp Compiling CabbagePluginProcessor.cpp Compiling CsoundPluginEditor.cpp Compiling CsoundPluginProcessor.cpp Compiling GenericCabbageEditor.cpp In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp:20: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginEditor.h:24, from ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:19: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CabbagePluginEditor.h:23, from ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:19: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginProcessor.cpp:20: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginProcessor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp: In member function ‘void CsoundPluginProcessor::addMacros(juce::String)’: ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp:353:74: warning: unknown escape sequence: '\040' macroText = "\"" + tokens.joinIntoString (" ").replace (" ", "\ ").replace("\"", "\\\"")+"\""; ^~~~ In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CsoundPluginEditor.cpp:20: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/CsoundPluginEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Audio/Plugins/../../LookAndFeel/CabbageGenericPluginLookAndFeel.h:24, from ../../Source/Audio/Plugins/GenericCabbageEditor.h:27, from ../../Source/Audio/Plugins/GenericCabbageEditor.cpp:20: ../../Source/Audio/Plugins/../../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Audio/Plugins/../../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/GenericCabbageEditor.h:26, from ../../Source/Audio/Plugins/GenericCabbageEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ ../../Source/Audio/Plugins/CabbagePluginEditor.cpp: In member function ‘void CabbagePluginEditor::savePluginStateToFile(juce::File, juce::String)’: ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:990:38: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] xml.writeToFile (snapshotFile, ""); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CabbagePluginEditor.h:23, from ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:19: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling GenericCabbagePluginProcessor.cpp Compiling CabbageBinaryData.cpp Compiling CabbageGenericPluginLookAndFeel.cpp Compiling CabbageLookAndFeel2.cpp Compiling FlatButtonLookAndFeel.cpp Compiling PropertyPanelLookAndFeel.cpp In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.h:16, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.cpp:11: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.h:16, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageColourProperty.cpp In file included from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.h:24, from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.cpp:20: ../../Source/LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.h:21, from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/LookAndFeel/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/LookAndFeel/../CabbageCommonHeaders.h:31, from ../../Source/LookAndFeel/CabbageLookAndFeel2.h:25, from ../../Source/LookAndFeel/CabbageLookAndFeel2.cpp:20: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/CabbageLookAndFeel2.h:24, from ../../Source/LookAndFeel/CabbageLookAndFeel2.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/LookAndFeel/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/LookAndFeel/../CabbageCommonHeaders.h:31, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.h:22, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.cpp:20: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.h:21, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling Soundfiler.cpp In file included from ../../Source/LookAndFeel/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/LookAndFeel/../CabbageCommonHeaders.h:31, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.h:22, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.cpp:20: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.h:21, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling TableManager.cpp Compiling CabbageRackWidgets.cpp Compiling CabbageKeyboardDisplay.cpp In file included from ../../Source/Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Utilities/../CabbageCommonHeaders.h:31, from ../../Source/Utilities/CabbageColourProperty.h:28, from ../../Source/Utilities/CabbageColourProperty.cpp:11: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbageColourProperty.h:28, from ../../Source/Utilities/CabbageColourProperty.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageListBox.cpp In file included from ../../Source/Widgets/Legacy/../../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:31, from ../../Source/Widgets/Legacy/Soundfiler.h:23, from ../../Source/Widgets/Legacy/Soundfiler.cpp:20: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/Legacy/../.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/Legacy/../.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/Legacy/../.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:30, from ../../Source/Widgets/Legacy/Soundfiler.h:23, from ../../Source/Widgets/Legacy/Soundfiler.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageWidgetDataTextMethods.cpp In file included from ../../Source/Widgets/Legacy/../../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:31, from ../../Source/Widgets/Legacy/TableManager.h:26, from ../../Source/Widgets/Legacy/TableManager.cpp:20: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/Legacy/../.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/Legacy/../.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/Legacy/../.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:30, from ../../Source/Widgets/Legacy/TableManager.h:26, from ../../Source/Widgets/Legacy/TableManager.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageKeyboardDisplay.h:23, from ../../Source/Widgets/CabbageKeyboardDisplay.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageKeyboardDisplay.h:23, from ../../Source/Widgets/CabbageKeyboardDisplay.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageRackWidgets.h:21, from ../../Source/Widgets/CabbageRackWidgets.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageRackWidgets.h:21, from ../../Source/Widgets/CabbageRackWidgets.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageButton.cpp Compiling CabbageCheckbox.cpp Compiling CabbageComboBox.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageListBox.h:15, from ../../Source/Widgets/CabbageListBox.cpp:11: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageListBox.h:15, from ../../Source/Widgets/CabbageListBox.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageCsoundConsole.cpp In file included from ../../Source/Widgets/CabbageWidgetDataTextMethods.cpp:20: ../../Source/Widgets/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/../Utilities/CabbageUtilities.h:25, from ../../Source/Widgets/CabbageWidgetDataTextMethods.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageButton.h:23, from ../../Source/Widgets/CabbageButton.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageButton.h:23, from ../../Source/Widgets/CabbageButton.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageNumberSlider.cpp Compiling CabbageCustomWidgets.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageCheckbox.h:23, from ../../Source/Widgets/CabbageCheckbox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageCheckbox.h:23, from ../../Source/Widgets/CabbageCheckbox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageEncoder.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageComboBox.h:23, from ../../Source/Widgets/CabbageComboBox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageComboBox.h:23, from ../../Source/Widgets/CabbageComboBox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageCsoundConsole.h:23, from ../../Source/Widgets/CabbageCsoundConsole.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageCsoundConsole.h:23, from ../../Source/Widgets/CabbageCsoundConsole.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageFileButton.cpp Compiling CabbageGenTable.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageNumberSlider.h:23, from ../../Source/Widgets/CabbageNumberSlider.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageNumberSlider.h:23, from ../../Source/Widgets/CabbageNumberSlider.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageGroupBox.cpp Compiling CabbageImage.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageCustomWidgets.h:23, from ../../Source/Widgets/CabbageCustomWidgets.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageCustomWidgets.h:23, from ../../Source/Widgets/CabbageCustomWidgets.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageEncoder.h:24, from ../../Source/Widgets/CabbageEncoder.cpp:11: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageEncoder.h:24, from ../../Source/Widgets/CabbageEncoder.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageInfoButton.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageFileButton.h:23, from ../../Source/Widgets/CabbageFileButton.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageFileButton.h:23, from ../../Source/Widgets/CabbageFileButton.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageKeyboard.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageGenTable.h:24, from ../../Source/Widgets/CabbageGenTable.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageGenTable.h:24, from ../../Source/Widgets/CabbageGenTable.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageGroupBox.h:24, from ../../Source/Widgets/CabbageGroupBox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageGroupBox.h:24, from ../../Source/Widgets/CabbageGroupBox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageImage.h:23, from ../../Source/Widgets/CabbageImage.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageImage.h:23, from ../../Source/Widgets/CabbageImage.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageLabel.cpp Compiling CabbageRangeSlider.cpp Compiling CabbageSignalDisplay.cpp Compiling CabbageSlider.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageInfoButton.h:23, from ../../Source/Widgets/CabbageInfoButton.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageInfoButton.h:23, from ../../Source/Widgets/CabbageInfoButton.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageKeyboard.h:24, from ../../Source/Widgets/CabbageKeyboard.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageKeyboard.h:24, from ../../Source/Widgets/CabbageKeyboard.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageSoundfiler.cpp Compiling CabbageEventSequencer.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageLabel.h:23, from ../../Source/Widgets/CabbageLabel.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageLabel.h:23, from ../../Source/Widgets/CabbageLabel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageRangeSlider.h:23, from ../../Source/Widgets/CabbageRangeSlider.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageRangeSlider.h:23, from ../../Source/Widgets/CabbageRangeSlider.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageSignalDisplay.h:24, from ../../Source/Widgets/CabbageSignalDisplay.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageSignalDisplay.h:24, from ../../Source/Widgets/CabbageSignalDisplay.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageTextBox.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageSlider.h:23, from ../../Source/Widgets/CabbageSlider.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageSlider.h:23, from ../../Source/Widgets/CabbageSlider.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageTextEditor.cpp Compiling CabbageWidgetBase.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageEventSequencer.h:22, from ../../Source/Widgets/CabbageEventSequencer.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageEventSequencer.h:22, from ../../Source/Widgets/CabbageEventSequencer.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageSoundfiler.h:23, from ../../Source/Widgets/CabbageSoundfiler.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageSoundfiler.h:23, from ../../Source/Widgets/CabbageSoundfiler.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageWidgetData.cpp Compiling CabbageWidgetDataInitMethods.cpp Compiling CabbageXYPad.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageTextBox.h:24, from ../../Source/Widgets/CabbageTextBox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageTextBox.h:24, from ../../Source/Widgets/CabbageTextBox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling BinaryData.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageTextEditor.h:23, from ../../Source/Widgets/CabbageTextEditor.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageTextEditor.h:23, from ../../Source/Widgets/CabbageTextEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling include_juce_audio_basics.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageWidgetBase.h:23, from ../../Source/Widgets/CabbageWidgetBase.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageWidgetBase.h:23, from ../../Source/Widgets/CabbageWidgetBase.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/CabbageWidgetData.h:24, from ../../Source/Widgets/CabbageWidgetData.cpp:22: ../../Source/Widgets/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/../Utilities/CabbageUtilities.h:25, from ../../Source/Widgets/CabbageWidgetData.h:24, from ../../Source/Widgets/CabbageWidgetData.cpp:22: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling include_juce_audio_devices.cpp Compiling include_juce_audio_formats.cpp In file included from ../../Source/Widgets/CabbageWidgetDataInitMethods.cpp:20: ../../Source/Widgets/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/../Utilities/CabbageUtilities.h:25, from ../../Source/Widgets/CabbageWidgetDataInitMethods.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageXYPad.h:27, from ../../Source/Widgets/CabbageXYPad.cpp:22: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageXYPad.h:27, from ../../Source/Widgets/CabbageXYPad.cpp:22: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling include_juce_audio_plugin_client_utils.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 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_audio_plugin_client_Standalone.cpp Linking CabbagePlugin - Shared Code Linking CabbagePlugin - VST Linking CabbagePlugin - Standalone Plugin Re-saving file: /home/stefanus/cabbage/CabbagePluginSynth.jucer Finished saving: Linux Makefile Finished saving: Xcode (MacOSX) Finished saving: Visual Studio 2017 Finished saving: CLion (beta) Building PluginSynth…(B Cleaning CabbagePlugin Compiling include_juce_audio_plugin_client_VST2.cpp Compiling CabbagePluginEditor.cpp Compiling CabbagePluginProcessor.cpp Compiling CsoundPluginEditor.cpp Compiling CsoundPluginProcessor.cpp Compiling GenericCabbageEditor.cpp In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp:20: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp: In member function ‘void CsoundPluginProcessor::addMacros(juce::String)’: ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp:353:74: warning: unknown escape sequence: '\040' macroText = "\"" + tokens.joinIntoString (" ").replace (" ", "\ ").replace("\"", "\\\"")+"\""; ^~~~ In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CsoundPluginEditor.cpp:20: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/CsoundPluginEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Audio/Plugins/../../LookAndFeel/CabbageGenericPluginLookAndFeel.h:24, from ../../Source/Audio/Plugins/GenericCabbageEditor.h:27, from ../../Source/Audio/Plugins/GenericCabbageEditor.cpp:20: ../../Source/Audio/Plugins/../../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Audio/Plugins/../../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/GenericCabbageEditor.h:26, from ../../Source/Audio/Plugins/GenericCabbageEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginEditor.h:24, from ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:19: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CabbagePluginEditor.h:23, from ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:19: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginProcessor.cpp:20: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginProcessor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ ../../Source/Audio/Plugins/CabbagePluginEditor.cpp: In member function ‘void CabbagePluginEditor::savePluginStateToFile(juce::File, juce::String)’: ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:990:38: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] xml.writeToFile (snapshotFile, ""); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CabbagePluginEditor.h:23, from ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:19: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling GenericCabbagePluginProcessor.cpp Compiling CabbageBinaryData.cpp Compiling CabbageGenericPluginLookAndFeel.cpp Compiling CabbageLookAndFeel2.cpp Compiling FlatButtonLookAndFeel.cpp Compiling PropertyPanelLookAndFeel.cpp In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.h:16, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.cpp:11: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.h:16, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageColourProperty.cpp In file included from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.h:24, from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.cpp:20: ../../Source/LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.h:21, from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/LookAndFeel/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/LookAndFeel/../CabbageCommonHeaders.h:31, from ../../Source/LookAndFeel/CabbageLookAndFeel2.h:25, from ../../Source/LookAndFeel/CabbageLookAndFeel2.cpp:20: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/CabbageLookAndFeel2.h:24, from ../../Source/LookAndFeel/CabbageLookAndFeel2.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/LookAndFeel/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/LookAndFeel/../CabbageCommonHeaders.h:31, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.h:22, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.cpp:20: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.h:21, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageRackWidgets.cpp Compiling CabbageKeyboardDisplay.cpp In file included from ../../Source/LookAndFeel/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/LookAndFeel/../CabbageCommonHeaders.h:31, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.h:22, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.cpp:20: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.h:21, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling Soundfiler.cpp Compiling TableManager.cpp In file included from ../../Source/Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Utilities/../CabbageCommonHeaders.h:31, from ../../Source/Utilities/CabbageColourProperty.h:28, from ../../Source/Utilities/CabbageColourProperty.cpp:11: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbageColourProperty.h:28, from ../../Source/Utilities/CabbageColourProperty.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageListBox.cpp Compiling CabbageButton.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageRackWidgets.h:21, from ../../Source/Widgets/CabbageRackWidgets.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageRackWidgets.h:21, from ../../Source/Widgets/CabbageRackWidgets.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageKeyboardDisplay.h:23, from ../../Source/Widgets/CabbageKeyboardDisplay.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageKeyboardDisplay.h:23, from ../../Source/Widgets/CabbageKeyboardDisplay.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/Legacy/../../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:31, from ../../Source/Widgets/Legacy/Soundfiler.h:23, from ../../Source/Widgets/Legacy/Soundfiler.cpp:20: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/Legacy/../.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/Legacy/../.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/Legacy/../.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:30, from ../../Source/Widgets/Legacy/Soundfiler.h:23, from ../../Source/Widgets/Legacy/Soundfiler.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageCheckbox.cpp Compiling CabbageComboBox.cpp In file included from ../../Source/Widgets/Legacy/../../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:31, from ../../Source/Widgets/Legacy/TableManager.h:26, from ../../Source/Widgets/Legacy/TableManager.cpp:20: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/Legacy/../.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/Legacy/../.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/Legacy/../.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:30, from ../../Source/Widgets/Legacy/TableManager.h:26, from ../../Source/Widgets/Legacy/TableManager.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageCsoundConsole.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageListBox.h:15, from ../../Source/Widgets/CabbageListBox.cpp:11: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageListBox.h:15, from ../../Source/Widgets/CabbageListBox.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageButton.h:23, from ../../Source/Widgets/CabbageButton.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageButton.h:23, from ../../Source/Widgets/CabbageButton.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageCustomWidgets.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageCheckbox.h:23, from ../../Source/Widgets/CabbageCheckbox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageCheckbox.h:23, from ../../Source/Widgets/CabbageCheckbox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageEncoder.cpp Compiling CabbageNumberSlider.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageCsoundConsole.h:23, from ../../Source/Widgets/CabbageCsoundConsole.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageCsoundConsole.h:23, from ../../Source/Widgets/CabbageCsoundConsole.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageComboBox.h:23, from ../../Source/Widgets/CabbageComboBox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageComboBox.h:23, from ../../Source/Widgets/CabbageComboBox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageFileButton.cpp Compiling CabbageGenTable.cpp Compiling CabbageGroupBox.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageCustomWidgets.h:23, from ../../Source/Widgets/CabbageCustomWidgets.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageCustomWidgets.h:23, from ../../Source/Widgets/CabbageCustomWidgets.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageEncoder.h:24, from ../../Source/Widgets/CabbageEncoder.cpp:11: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageEncoder.h:24, from ../../Source/Widgets/CabbageEncoder.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageNumberSlider.h:23, from ../../Source/Widgets/CabbageNumberSlider.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageNumberSlider.h:23, from ../../Source/Widgets/CabbageNumberSlider.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageImage.cpp Compiling CabbageInfoButton.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageFileButton.h:23, from ../../Source/Widgets/CabbageFileButton.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageFileButton.h:23, from ../../Source/Widgets/CabbageFileButton.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageKeyboard.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageGenTable.h:24, from ../../Source/Widgets/CabbageGenTable.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageGenTable.h:24, from ../../Source/Widgets/CabbageGenTable.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageGroupBox.h:24, from ../../Source/Widgets/CabbageGroupBox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageGroupBox.h:24, from ../../Source/Widgets/CabbageGroupBox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageLabel.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageImage.h:23, from ../../Source/Widgets/CabbageImage.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageImage.h:23, from ../../Source/Widgets/CabbageImage.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageRangeSlider.cpp Compiling CabbageSignalDisplay.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageInfoButton.h:23, from ../../Source/Widgets/CabbageInfoButton.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageInfoButton.h:23, from ../../Source/Widgets/CabbageInfoButton.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageSlider.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageKeyboard.h:24, from ../../Source/Widgets/CabbageKeyboard.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageKeyboard.h:24, from ../../Source/Widgets/CabbageKeyboard.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageSoundfiler.cpp Compiling CabbageEventSequencer.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageLabel.h:23, from ../../Source/Widgets/CabbageLabel.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageLabel.h:23, from ../../Source/Widgets/CabbageLabel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageTextBox.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageRangeSlider.h:23, from ../../Source/Widgets/CabbageRangeSlider.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageRangeSlider.h:23, from ../../Source/Widgets/CabbageRangeSlider.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageSignalDisplay.h:24, from ../../Source/Widgets/CabbageSignalDisplay.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageSignalDisplay.h:24, from ../../Source/Widgets/CabbageSignalDisplay.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageSlider.h:23, from ../../Source/Widgets/CabbageSlider.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageSlider.h:23, from ../../Source/Widgets/CabbageSlider.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageTextEditor.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageSoundfiler.h:23, from ../../Source/Widgets/CabbageSoundfiler.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageSoundfiler.h:23, from ../../Source/Widgets/CabbageSoundfiler.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageEventSequencer.h:22, from ../../Source/Widgets/CabbageEventSequencer.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageEventSequencer.h:22, from ../../Source/Widgets/CabbageEventSequencer.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageWidgetBase.cpp Compiling CabbageWidgetData.cpp Compiling CabbageWidgetDataInitMethods.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageTextBox.h:24, from ../../Source/Widgets/CabbageTextBox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageTextBox.h:24, from ../../Source/Widgets/CabbageTextBox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageWidgetDataTextMethods.cpp Compiling CabbageXYPad.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageTextEditor.h:23, from ../../Source/Widgets/CabbageTextEditor.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageTextEditor.h:23, from ../../Source/Widgets/CabbageTextEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageWidgetBase.h:23, from ../../Source/Widgets/CabbageWidgetBase.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageWidgetBase.h:23, from ../../Source/Widgets/CabbageWidgetBase.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/CabbageWidgetData.h:24, from ../../Source/Widgets/CabbageWidgetData.cpp:22: ../../Source/Widgets/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/../Utilities/CabbageUtilities.h:25, from ../../Source/Widgets/CabbageWidgetData.h:24, from ../../Source/Widgets/CabbageWidgetData.cpp:22: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling include_juce_audio_basics.cpp In file included from ../../Source/Widgets/CabbageWidgetDataInitMethods.cpp:20: ../../Source/Widgets/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/../Utilities/CabbageUtilities.h:25, from ../../Source/Widgets/CabbageWidgetDataInitMethods.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling include_juce_audio_devices.cpp In file included from ../../Source/Widgets/CabbageWidgetDataTextMethods.cpp:20: ../../Source/Widgets/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/../Utilities/CabbageUtilities.h:25, from ../../Source/Widgets/CabbageWidgetDataTextMethods.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageXYPad.h:27, from ../../Source/Widgets/CabbageXYPad.cpp:22: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageXYPad.h:27, from ../../Source/Widgets/CabbageXYPad.cpp:22: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling include_juce_audio_formats.cpp Compiling include_juce_audio_plugin_client_utils.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 Compiling include_juce_events.cpp Compiling include_juce_graphics.cpp Compiling include_juce_gui_basics.cpp Compiling include_juce_gui_extra.cpp Linking CabbagePlugin - Shared Code Linking CabbagePlugin - VST Re-saving file: /home/stefanus/cabbage/CabbageLite.jucer Finished saving: Linux Makefile Finished saving: Visual Studio 2017 Finished saving: Xcode (MacOSX) Finished saving: Xcode (iOS) Building CabbageLite…(B Cleaning CabbageLite Compiling CabbageBinaryData.cpp Compiling CabbagePropertiesPanel.cpp Compiling ComponentLayoutEditor.cpp Compiling ComponentOverlay.cpp Compiling CabbageGenericPluginLookAndFeel.cpp Compiling CabbageIDELookAndFeel.cpp In file included from ../../Source/GUIEditor/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:31, from ../../Source/GUIEditor/ComponentOverlay.h:14, from ../../Source/GUIEditor/ComponentOverlay.cpp:10: ../../Source/GUIEditor/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/GUIEditor/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/GUIEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/GUIEditor/.././Settings/../CabbageIds.h:23, from ../../Source/GUIEditor/.././Settings/CabbageSettings.h:24, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:30, from ../../Source/GUIEditor/ComponentOverlay.h:14, from ../../Source/GUIEditor/ComponentOverlay.cpp:10: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/GUIEditor/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:31, from ../../Source/GUIEditor/CabbagePropertiesPanel.h:23, from ../../Source/GUIEditor/CabbagePropertiesPanel.cpp:20: ../../Source/GUIEditor/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/GUIEditor/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/GUIEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/GUIEditor/.././Settings/../CabbageIds.h:23, from ../../Source/GUIEditor/.././Settings/CabbageSettings.h:24, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:30, from ../../Source/GUIEditor/CabbagePropertiesPanel.h:23, from ../../Source/GUIEditor/CabbagePropertiesPanel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/GUIEditor/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:31, from ../../Source/GUIEditor/ComponentLayoutEditor.h:24, from ../../Source/GUIEditor/ComponentLayoutEditor.cpp:11: ../../Source/GUIEditor/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/GUIEditor/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/GUIEditor/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/GUIEditor/.././Settings/../CabbageIds.h:23, from ../../Source/GUIEditor/.././Settings/CabbageSettings.h:24, from ../../Source/GUIEditor/../CabbageCommonHeaders.h:30, from ../../Source/GUIEditor/ComponentLayoutEditor.h:24, from ../../Source/GUIEditor/ComponentLayoutEditor.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.h:24, from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.cpp:20: ../../Source/LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.h:21, from ../../Source/LookAndFeel/CabbageGenericPluginLookAndFeel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/LookAndFeel/CabbageIDELookAndFeel.cpp:19: ../../Source/LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/CabbageIDELookAndFeel.h:22, from ../../Source/LookAndFeel/CabbageIDELookAndFeel.cpp:19: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageLookAndFeel2.cpp Compiling FlatButtonLookAndFeel.cpp Compiling PropertyPanelLookAndFeel.cpp Compiling CabbagePluginEditor.cpp Compiling CabbagePluginProcessor.cpp Compiling CsoundPluginEditor.cpp In file included from ../../Source/LookAndFeel/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/LookAndFeel/../CabbageCommonHeaders.h:31, from ../../Source/LookAndFeel/CabbageLookAndFeel2.h:25, from ../../Source/LookAndFeel/CabbageLookAndFeel2.cpp:20: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/CabbageLookAndFeel2.h:24, from ../../Source/LookAndFeel/CabbageLookAndFeel2.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/LookAndFeel/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/LookAndFeel/../CabbageCommonHeaders.h:31, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.h:22, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.cpp:20: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.h:21, from ../../Source/LookAndFeel/FlatButtonLookAndFeel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/LookAndFeel/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/LookAndFeel/../CabbageCommonHeaders.h:31, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.h:22, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.cpp:20: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/LookAndFeel/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.h:21, from ../../Source/LookAndFeel/PropertyPanelLookAndFeel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginEditor.h:24, from ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:19: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CabbagePluginEditor.h:23, from ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:19: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginProcessor.cpp:20: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginProcessor.h:23, from ../../Source/Audio/Plugins/CabbagePluginProcessor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ ../../Source/Audio/Plugins/CabbagePluginEditor.cpp: In member function ‘void CabbagePluginEditor::savePluginStateToFile(juce::File, juce::String)’: ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:990:38: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] xml.writeToFile (snapshotFile, ""); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CabbagePluginEditor.h:23, from ../../Source/Audio/Plugins/CabbagePluginEditor.cpp:19: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CsoundPluginProcessor.cpp Compiling GenericCabbageEditor.cpp In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CsoundPluginEditor.cpp:20: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/CsoundPluginEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling GenericCabbagePluginProcessor.cpp Compiling CabbageSettings.cpp Compiling CabbageSettingsWindow.cpp Compiling StandaloneFilterApp.cpp In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp:20: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp: In member function ‘void CsoundPluginProcessor::addMacros(juce::String)’: ../../Source/Audio/Plugins/CsoundPluginProcessor.cpp:353:74: warning: unknown escape sequence: '\040' macroText = "\"" + tokens.joinIntoString (" ").replace (" ", "\ ").replace("\"", "\\\"")+"\""; ^~~~ In file included from ../../Source/Audio/Plugins/../../LookAndFeel/CabbageGenericPluginLookAndFeel.h:24, from ../../Source/Audio/Plugins/GenericCabbageEditor.h:27, from ../../Source/Audio/Plugins/GenericCabbageEditor.cpp:20: ../../Source/Audio/Plugins/../../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Audio/Plugins/../../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/GenericCabbageEditor.h:26, from ../../Source/Audio/Plugins/GenericCabbageEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Settings/../Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Settings/../Utilities/../CabbageCommonHeaders.h:31, from ../../Source/Settings/../Utilities/CabbageColourProperty.h:28, from ../../Source/Settings/CabbageSettingsWindow.h:25, from ../../Source/Settings/CabbageSettingsWindow.cpp:20: ../../Source/Settings/../Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Settings/../Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Settings/../CabbageIds.h:23, from ../../Source/Settings/CabbageSettingsWindow.h:23, from ../../Source/Settings/CabbageSettingsWindow.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:28, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.h:16, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.cpp:11: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Audio/Plugins/../../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Audio/Plugins/CsoundPluginProcessor.h:23, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.h:16, from ../../Source/Audio/Plugins/GenericCabbagePluginProcessor.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Settings/CabbageSettings.cpp:21: ../../Source/Settings/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Settings/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Settings/../CabbageIds.h:23, from ../../Source/Settings/CabbageSettings.h:24, from ../../Source/Settings/CabbageSettings.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageExportPlugin.cpp Compiling CabbageColourProperty.cpp In file included from ../../Source/StandaloneLite/StandaloneFilterWindow.h:28, from ../../Source/StandaloneLite/StandaloneFilterApp.cpp:2: ../../Source/StandaloneLite/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/StandaloneLite/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/StandaloneLite/StandaloneFilterApp.cpp:1: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageRackWidgets.cpp Compiling CabbageKeyboardDisplay.cpp In file included from ../../Source/StandaloneLite/StandaloneFilterApp.cpp:2: ../../Source/StandaloneLite/StandaloneFilterWindow.h: In member function ‘const juce::String StandaloneFilterWindow::getInstrumentname()’: ../../Source/StandaloneLite/StandaloneFilterWindow.h:449:21: warning: control reaches end of non-void function [-Wreturn-type] StringArray csdLines; ^~~~~~~~ Compiling Soundfiler.cpp In file included from ../../Source/Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Utilities/../CabbageCommonHeaders.h:31, from ../../Source/Utilities/CabbageExportPlugin.h:23, from ../../Source/Utilities/CabbageExportPlugin.cpp:11: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbageExportPlugin.h:23, from ../../Source/Utilities/CabbageExportPlugin.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Utilities/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Utilities/../CabbageCommonHeaders.h:31, from ../../Source/Utilities/CabbageColourProperty.h:28, from ../../Source/Utilities/CabbageColourProperty.cpp:11: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Utilities/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Utilities/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Utilities/.././Settings/../CabbageIds.h:23, from ../../Source/Utilities/.././Settings/CabbageSettings.h:24, from ../../Source/Utilities/../CabbageCommonHeaders.h:30, from ../../Source/Utilities/CabbageColourProperty.h:28, from ../../Source/Utilities/CabbageColourProperty.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling TableManager.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageRackWidgets.h:21, from ../../Source/Widgets/CabbageRackWidgets.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageRackWidgets.h:21, from ../../Source/Widgets/CabbageRackWidgets.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageListBox.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageKeyboardDisplay.h:23, from ../../Source/Widgets/CabbageKeyboardDisplay.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageKeyboardDisplay.h:23, from ../../Source/Widgets/CabbageKeyboardDisplay.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageButton.cpp Compiling CabbageCheckbox.cpp In file included from ../../Source/Widgets/Legacy/../../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:31, from ../../Source/Widgets/Legacy/Soundfiler.h:23, from ../../Source/Widgets/Legacy/Soundfiler.cpp:20: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/Legacy/../.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/Legacy/../.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/Legacy/../.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:30, from ../../Source/Widgets/Legacy/Soundfiler.h:23, from ../../Source/Widgets/Legacy/Soundfiler.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageComboBox.cpp Compiling CabbageCsoundConsole.cpp In file included from ../../Source/Widgets/Legacy/../../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:31, from ../../Source/Widgets/Legacy/TableManager.h:26, from ../../Source/Widgets/Legacy/TableManager.cpp:20: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/Legacy/../../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/Legacy/../.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/Legacy/../.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/Legacy/../.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/Legacy/../../CabbageCommonHeaders.h:30, from ../../Source/Widgets/Legacy/TableManager.h:26, from ../../Source/Widgets/Legacy/TableManager.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageListBox.h:15, from ../../Source/Widgets/CabbageListBox.cpp:11: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageListBox.h:15, from ../../Source/Widgets/CabbageListBox.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageButton.h:23, from ../../Source/Widgets/CabbageButton.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageButton.h:23, from ../../Source/Widgets/CabbageButton.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageCheckbox.h:23, from ../../Source/Widgets/CabbageCheckbox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageCheckbox.h:23, from ../../Source/Widgets/CabbageCheckbox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageCustomWidgets.cpp Compiling CabbageEncoder.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageComboBox.h:23, from ../../Source/Widgets/CabbageComboBox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageComboBox.h:23, from ../../Source/Widgets/CabbageComboBox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageFileButton.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageCsoundConsole.h:23, from ../../Source/Widgets/CabbageCsoundConsole.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageCsoundConsole.h:23, from ../../Source/Widgets/CabbageCsoundConsole.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageGenTable.cpp Compiling CabbageGroupBox.cpp Compiling CabbageImage.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageCustomWidgets.h:23, from ../../Source/Widgets/CabbageCustomWidgets.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageCustomWidgets.h:23, from ../../Source/Widgets/CabbageCustomWidgets.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageEncoder.h:24, from ../../Source/Widgets/CabbageEncoder.cpp:11: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageEncoder.h:24, from ../../Source/Widgets/CabbageEncoder.cpp:11: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageFileButton.h:23, from ../../Source/Widgets/CabbageFileButton.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageFileButton.h:23, from ../../Source/Widgets/CabbageFileButton.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageInfoButton.cpp Compiling CabbageKeyboard.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageGenTable.h:24, from ../../Source/Widgets/CabbageGenTable.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageGenTable.h:24, from ../../Source/Widgets/CabbageGenTable.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageGroupBox.h:24, from ../../Source/Widgets/CabbageGroupBox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageGroupBox.h:24, from ../../Source/Widgets/CabbageGroupBox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageLabel.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageImage.h:23, from ../../Source/Widgets/CabbageImage.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageImage.h:23, from ../../Source/Widgets/CabbageImage.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageNumberSlider.cpp Compiling CabbageRangeSlider.cpp Compiling CabbageSignalDisplay.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageKeyboard.h:24, from ../../Source/Widgets/CabbageKeyboard.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageKeyboard.h:24, from ../../Source/Widgets/CabbageKeyboard.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageInfoButton.h:23, from ../../Source/Widgets/CabbageInfoButton.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageInfoButton.h:23, from ../../Source/Widgets/CabbageInfoButton.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageLabel.h:23, from ../../Source/Widgets/CabbageLabel.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageLabel.h:23, from ../../Source/Widgets/CabbageLabel.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageSlider.cpp Compiling CabbageSoundfiler.cpp Compiling CabbageEventSequencer.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageNumberSlider.h:23, from ../../Source/Widgets/CabbageNumberSlider.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageNumberSlider.h:23, from ../../Source/Widgets/CabbageNumberSlider.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageRangeSlider.h:23, from ../../Source/Widgets/CabbageRangeSlider.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageRangeSlider.h:23, from ../../Source/Widgets/CabbageRangeSlider.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageSignalDisplay.h:24, from ../../Source/Widgets/CabbageSignalDisplay.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageSignalDisplay.h:24, from ../../Source/Widgets/CabbageSignalDisplay.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageTextBox.cpp Compiling CabbageTextEditor.cpp Compiling CabbageWidgetBase.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageSlider.h:23, from ../../Source/Widgets/CabbageSlider.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageSlider.h:23, from ../../Source/Widgets/CabbageSlider.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageSoundfiler.h:23, from ../../Source/Widgets/CabbageSoundfiler.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageSoundfiler.h:23, from ../../Source/Widgets/CabbageSoundfiler.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageEventSequencer.h:22, from ../../Source/Widgets/CabbageEventSequencer.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageEventSequencer.h:22, from ../../Source/Widgets/CabbageEventSequencer.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageWidgetData.cpp Compiling CabbageWidgetDataInitMethods.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageTextBox.h:24, from ../../Source/Widgets/CabbageTextBox.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageTextBox.h:24, from ../../Source/Widgets/CabbageTextBox.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling CabbageWidgetDataTextMethods.cpp Compiling CabbageXYPad.cpp In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageTextEditor.h:23, from ../../Source/Widgets/CabbageTextEditor.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageTextEditor.h:23, from ../../Source/Widgets/CabbageTextEditor.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageWidgetBase.h:23, from ../../Source/Widgets/CabbageWidgetBase.cpp:20: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageWidgetBase.h:23, from ../../Source/Widgets/CabbageWidgetBase.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ Compiling BinaryData.cpp Compiling include_juce_audio_basics.cpp Compiling include_juce_audio_devices.cpp In file included from ../../Source/Widgets/CabbageWidgetDataInitMethods.cpp:20: ../../Source/Widgets/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/../Utilities/CabbageUtilities.h:25, from ../../Source/Widgets/CabbageWidgetDataInitMethods.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/CabbageWidgetData.h:24, from ../../Source/Widgets/CabbageWidgetData.cpp:22: ../../Source/Widgets/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/../Utilities/CabbageUtilities.h:25, from ../../Source/Widgets/CabbageWidgetData.h:24, from ../../Source/Widgets/CabbageWidgetData.cpp:22: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/CabbageWidgetDataTextMethods.cpp:20: ../../Source/Widgets/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/../Utilities/CabbageUtilities.h:25, from ../../Source/Widgets/CabbageWidgetDataTextMethods.cpp:20: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ In file included from ../../Source/Widgets/../LookAndFeel/CabbageIDELookAndFeel.h:25, from ../../Source/Widgets/../CabbageCommonHeaders.h:31, from ../../Source/Widgets/CabbageXYPad.h:27, from ../../Source/Widgets/CabbageXYPad.cpp:22: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h: In static member function ‘static void CabbageUtilities::writeValueTreeToFile(juce::ValueTree, juce::String)’: ../../Source/Widgets/../LookAndFeel/../Utilities/CabbageUtilities.h:1093:53: warning: ‘bool juce::XmlElement::writeToFile(const juce::File&, juce::StringRef, juce::StringRef, int) const’ is deprecated [-Wdeprecated-declarations] data->writeToFile (File (filePath), String()); ^ In file included from ../../JuceLibraryCode/modules/juce_core/system/juce_StandardHeader.h:60, from ../../JuceLibraryCode/modules/juce_core/juce_core.h:196, from ../../JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h:52, from ../../Source/Widgets/.././Settings/../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Widgets/.././Settings/../CabbageIds.h:23, from ../../Source/Widgets/.././Settings/CabbageSettings.h:24, from ../../Source/Widgets/../CabbageCommonHeaders.h:30, from ../../Source/Widgets/CabbageXYPad.h:27, from ../../Source/Widgets/CabbageXYPad.cpp:22: ../../JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h:715:27: note: declared here JUCE_DEPRECATED (bool writeToFile (const File& destinationFile, ^~~~~~~~~~~ ../../JuceLibraryCode/modules/juce_core/system/juce_PlatformDefs.h:270:57: note: in definition of macro ‘JUCE_DEPRECATED’ #define JUCE_DEPRECATED(functionDef) functionDef JUCE_DEPRECATED_ATTRIBUTE ^~~~~~~~~~~ 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 Compiling include_juce_events.cpp Compiling include_juce_graphics.cpp Compiling include_juce_gui_basics.cpp Compiling include_juce_gui_extra.cpp Linking CabbageLite - App Copying over docs and icons…(B