OpenShot/libopenshot-audio

error: cast from pointer to smaller type 'pointer_sized_int' (aka 'int') loses information

Martinfx opened this issue · 1 comments

Hi,
i have problem with bad cast in JUCE library because your version JUCE is old. Are you going to upgrade for better version JUCE ?

libopenshot-audio/JuceLibraryCode/modules/juce_core/containers/juce_Variant.cpp:276:140: error: cast from pointer to smaller type 'pointer_sized_int' (aka 'int') loses information

libopenshot-audio/JuceLibraryCode/modules/juce_core/maths/juce_Random.cpp:56:39: error: cast from pointer to smaller type 'pointer_sized_int' (aka 'int') loses information
    combineSeed (globalSeed ^ (int64) (pointer_sized_int) this);

ping