Merge pull request #689 from mikew-lunarg/master

Fix for not-handled-in-switch warnings
This commit is contained in:
John Kessenich 2017-01-20 17:10:29 -07:00 committed by GitHub
commit 52fceb08f4

View File

@ -4198,6 +4198,8 @@ spv::Id TGlslangToSpvTraverser::createInvocationsOperation(glslang::TOperator op
groupOperation = spv::GroupOperationExclusiveScan;
spvGroupOperands.push_back(groupOperation);
break;
default:
break;
}
#endif
}