We get the follow compiler warning on the Cocos 2DX runtime, version 2.1.
Just reporting it and hoping someone can take a look.
../spine/SkeletonRenderer.cpp: In member function ‘virtual void spine::SkeletonRenderer::draw()’:
../spine/SkeletonRenderer.cpp:158:10: warning: enumeration value ‘SP_ATTACHMENT_BOUNDING_BOX’ not handled in switch [-Wswitch]
switch (slot->attachment->type) {
^