LuaBridgeDemo
LuaBridgeDemo copied to clipboard
Error on compile on OSX, Line: BinaryData.cpp:208:14
X/../../JuceLibraryCode/BinaryData.cpp:208:14: error: case value evaluates to 3998792952, which cannot be narrowed to type 'int' [-Wc++11-narrowing] case 0xee58bcf8: numBytes = 2500; return README_md;
commenting out the line seems to work, don't know the implications of it