diff options
Diffstat (limited to 'source/slang/emit.cpp')
| -rw-r--r-- | source/slang/emit.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/slang/emit.cpp b/source/slang/emit.cpp index 3454a3f85..9caad2e1a 100644 --- a/source/slang/emit.cpp +++ b/source/slang/emit.cpp @@ -1054,7 +1054,11 @@ struct EmitVisitor void visitAssocTypeDeclRefType(AssocTypeDeclRefType* /*type*/, TypeEmitArg const& /*arg*/) { - SLANG_UNREACHABLE("visitAssocTypeDeclRefType in EmitVisitor"); + //SLANG_UNREACHABLE("visitAssocTypeDeclRefType in EmitVisitor"); + } + void visitGenericConstraintDeclRefType(GenericConstraintDeclRefType* /*type*/, TypeEmitArg const& /*arg*/) + { + //SLANG_UNREACHABLE("visitGenericConstraintDeclRefType in EmitVisitor"); } void visitBasicExpressionType(BasicExpressionType* basicType, TypeEmitArg const& arg) |
