mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix some LLVM 17 compiler warnings
This commit is contained in:
parent
951b873c14
commit
2fb19ffd8f
176 changed files with 867 additions and 894 deletions
|
|
@ -104,7 +104,7 @@ int writeBinaryData (juce::ArgumentList&& args)
|
|||
return 0;
|
||||
}
|
||||
|
||||
struct IconParseResults final
|
||||
struct IconParseResults
|
||||
{
|
||||
juce::build_tools::Icons icons;
|
||||
juce::File output;
|
||||
|
|
@ -191,7 +191,7 @@ bool getBoolValue (const std::unordered_map<juce::String, juce::String>& dict, j
|
|||
|| str.equalsIgnoreCase ("on");
|
||||
}
|
||||
|
||||
struct UpdateField final
|
||||
struct UpdateField
|
||||
{
|
||||
const std::unordered_map<juce::String, juce::String>& dict;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue