carlosbarbosamexico
Results
2
issues of
carlosbarbosamexico
Im having a crash (SIGABRT), caused by the fail of this assertion: void Cascade::setLayout (const LayoutBase& proto) { const int numPoles = proto.getNumPoles(); m_numStages = (numPoles + 1)/ 2; assert...
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...