summaryrefslogtreecommitdiffstats
path: root/source/slang/check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/check.cpp')
-rw-r--r--source/slang/check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/check.cpp b/source/slang/check.cpp
index b3e1baf79..8fcd905c8 100644
--- a/source/slang/check.cpp
+++ b/source/slang/check.cpp
@@ -1068,7 +1068,7 @@ namespace Slang
return genericDecl;
}
- virtual void visitInterfaceDecl(InterfaceDecl* decl) override
+ virtual void visitInterfaceDecl(InterfaceDecl* /*decl*/) override
{
// TODO: do some actual checking of members here
}