added two default:break to avoid clang severe warnings

This commit is contained in:
Paolo Cignoni 2015-10-01 13:08:33 +00:00
parent 48f65697f0
commit 8fab7af2c6
1 changed files with 138 additions and 136 deletions

View File

@ -1279,6 +1279,7 @@ protected:
{
break;
}
default : break;
}
}
@ -1378,6 +1379,7 @@ protected:
else
return facenum * cbo._components;
}
default : break;
}
}
catch(std::out_of_range& /*exc*/)