Build: Fix more build warnings caused by PR #2038.

Revisit fix for #2062 for consistency with this commit.
This commit is contained in:
John Kessenich 2020-01-27 10:16:25 -07:00
parent d5f2f7b93d
commit 19ec0d2ff9
3 changed files with 10 additions and 3 deletions

View file

@ -2774,8 +2774,9 @@ bool TIntermediate::postProcess(TIntermNode* root, EShLanguage /*language*/)
case EShTexSampTransUpgradeTextureRemoveSampler:
performTextureUpgradeAndSamplerRemovalTransformation(root);
break;
default:
case EShTexSampTransCount:
assert(0);
break;
}
#endif