Get rid of gcc warnings.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6005 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien
2019-12-12 18:04:40 +00:00
parent 0b92a66c50
commit 6c5ae22d49
2 changed files with 5 additions and 1 deletions

View File

@ -786,6 +786,10 @@ void CColorConverter::convert_viaFormat(const void* sP, ECOLOR_FORMAT sF, s32 sN
#endif
}
break;
#ifndef _DEBUG
default:
break;
#endif
}
}