mammut icon indicating copy to clipboard operation
mammut copied to clipboard

cannot compile included juce with recent gcc

Open shimpe opened this issue 3 years ago • 0 comments

e.g. In member function ‘juce::uint8& juce::PixelARGB::getAlpha()’: ../juce_5_3_2/JuceLibraryCode/modules/juce_graphics/colour/juce_PixelFormats.h:116:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::.juce::PixelARGB::::comps[3]’ to ‘juce::uint8&’ {aka ‘unsigned char&’} 116 | forcedinline uint8& getAlpha() noexcept { return comps [indexA]; }

shimpe avatar May 31 '21 21:05 shimpe