diff --git a/extras/AudioPluginHost/JuceLibraryCode/BinaryData.cpp b/extras/AudioPluginHost/JuceLibraryCode/BinaryData.cpp index 8d0192f8da..07ae322ad1 100644 --- a/extras/AudioPluginHost/JuceLibraryCode/BinaryData.cpp +++ b/extras/AudioPluginHost/JuceLibraryCode/BinaryData.cpp @@ -657,7 +657,7 @@ static const unsigned char temp_binary_data_0[] = const char* JUCEAppIcon_png = (const char*) temp_binary_data_0; -const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) noexcept +const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) { unsigned int hash = 0; if (resourceNameUTF8 != 0) @@ -684,7 +684,7 @@ const char* originalFilenames[] = "JUCEAppIcon.png" }; -const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) noexcept +const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) { for (unsigned int i = 0; i < (sizeof (namedResourceList) / sizeof (namedResourceList[0])); ++i) { diff --git a/extras/AudioPluginHost/JuceLibraryCode/BinaryData.h b/extras/AudioPluginHost/JuceLibraryCode/BinaryData.h index 60258e0ad0..10d01a63a1 100644 --- a/extras/AudioPluginHost/JuceLibraryCode/BinaryData.h +++ b/extras/AudioPluginHost/JuceLibraryCode/BinaryData.h @@ -22,9 +22,9 @@ namespace BinaryData // If you provide the name of one of the binary resource variables above, this function will // return the corresponding data and its size (or a null pointer if the name isn't found). - const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) noexcept; + const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes); // If you provide the name of one of the binary resource variables above, this function will // return the corresponding original, non-mangled filename (or a null pointer if the name isn't found). - const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) noexcept; + const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8); } diff --git a/extras/NetworkGraphicsDemo/JuceLibraryCode/BinaryData.cpp b/extras/NetworkGraphicsDemo/JuceLibraryCode/BinaryData.cpp index 73cf0656d6..b2aadd3b0e 100644 --- a/extras/NetworkGraphicsDemo/JuceLibraryCode/BinaryData.cpp +++ b/extras/NetworkGraphicsDemo/JuceLibraryCode/BinaryData.cpp @@ -657,7 +657,7 @@ static const unsigned char temp_binary_data_0[] = const char* juce_icon_png = (const char*) temp_binary_data_0; -const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) noexcept +const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) { unsigned int hash = 0; if (resourceNameUTF8 != 0) @@ -684,7 +684,7 @@ const char* originalFilenames[] = "juce_icon.png" }; -const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) noexcept +const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) { for (unsigned int i = 0; i < (sizeof (namedResourceList) / sizeof (namedResourceList[0])); ++i) { diff --git a/extras/NetworkGraphicsDemo/JuceLibraryCode/BinaryData.h b/extras/NetworkGraphicsDemo/JuceLibraryCode/BinaryData.h index dd1ad0e916..b0f133c7c6 100644 --- a/extras/NetworkGraphicsDemo/JuceLibraryCode/BinaryData.h +++ b/extras/NetworkGraphicsDemo/JuceLibraryCode/BinaryData.h @@ -22,9 +22,9 @@ namespace BinaryData // If you provide the name of one of the binary resource variables above, this function will // return the corresponding data and its size (or a null pointer if the name isn't found). - const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) noexcept; + const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes); // If you provide the name of one of the binary resource variables above, this function will // return the corresponding original, non-mangled filename (or a null pointer if the name isn't found). - const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) noexcept; + const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8); } diff --git a/extras/Projucer/JuceLibraryCode/BinaryData.cpp b/extras/Projucer/JuceLibraryCode/BinaryData.cpp index a143ceafbf..504d2cddd1 100644 --- a/extras/Projucer/JuceLibraryCode/BinaryData.cpp +++ b/extras/Projucer/JuceLibraryCode/BinaryData.cpp @@ -7583,7 +7583,7 @@ static const unsigned char temp_binary_data_60[] = const char* RecentFilesMenuTemplate_nib = (const char*) temp_binary_data_60; -const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) noexcept +const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) { unsigned int hash = 0; if (resourceNameUTF8 != 0) @@ -7790,7 +7790,7 @@ const char* originalFilenames[] = "RecentFilesMenuTemplate.nib" }; -const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) noexcept +const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) { for (unsigned int i = 0; i < (sizeof (namedResourceList) / sizeof (namedResourceList[0])); ++i) { diff --git a/extras/Projucer/JuceLibraryCode/BinaryData.h b/extras/Projucer/JuceLibraryCode/BinaryData.h index 4c0adcd9b3..70e9d16916 100644 --- a/extras/Projucer/JuceLibraryCode/BinaryData.h +++ b/extras/Projucer/JuceLibraryCode/BinaryData.h @@ -202,9 +202,9 @@ namespace BinaryData // If you provide the name of one of the binary resource variables above, this function will // return the corresponding data and its size (or a null pointer if the name isn't found). - const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) noexcept; + const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes); // If you provide the name of one of the binary resource variables above, this function will // return the corresponding original, non-mangled filename (or a null pointer if the name isn't found). - const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) noexcept; + const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8); }