diff options
| author | Yong He <yonghe@outlook.com> | 2017-11-04 18:45:42 -0400 |
|---|---|---|
| committer | Yong He <yonghe@outlook.com> | 2017-11-04 18:45:42 -0400 |
| commit | 8c0a429c292ea6735ce1ac14c22125266e8fb6c5 (patch) | |
| tree | 2101960ceceb41bd2907216e912eef76f2a80030 /source/slang/emit.cpp | |
| parent | a4fabfc85527bd4807a603dcde7c0a3762b11136 (diff) | |
fix warnings
Diffstat (limited to 'source/slang/emit.cpp')
| -rw-r--r-- | source/slang/emit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/emit.cpp b/source/slang/emit.cpp index 849ca7e66..fc6fc0184 100644 --- a/source/slang/emit.cpp +++ b/source/slang/emit.cpp @@ -1194,7 +1194,7 @@ struct EmitVisitor EmitDeclarator(declarator); } - void visitThisType(ThisType* type, TypeEmitArg const&) + void visitThisType(ThisType* /*type*/, TypeEmitArg const&) { return; } |
