dilavni

Results 2 issues of dilavni

https://github.com/open-dis/open-dis-cpp/blob/86e8c24edfd0132ef3f4e38c0f17067781e6c892/cpp/DIS/SignalPdu.cpp#L98-L114 There are multiple errors here. First of all "_dataLength" in interpreted incorrectly as bytes, when it's in fact bits / or a constant value when using the encoding scheme...

bug
help wanted

https://github.com/mtytel/helm/blob/abdedd527e6e1cf86636f0f1e8a3e75b06ed166a/JUCE/modules/juce_graphics/colour/juce_PixelFormats.h#L116-L119 I'm getting: ../../../JUCE/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]; } compiling with GCC 9.2.1...