Remove warnings after CDDM fix

This commit is contained in:
Dalai Felinto 2017-05-11 16:15:26 +02:00
parent 4f96c24af2
commit 2f8a5ed985
1 changed files with 4 additions and 0 deletions

View File

@ -157,6 +157,10 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob,
result = cddm;
}
#if defined(WITH_GL_PROFILE_CORE) && !defined(WITH_OPESUBDIV)
(void) do_cddm_convert;
#endif
return result;
}