From 8c0a429c292ea6735ce1ac14c22125266e8fb6c5 Mon Sep 17 00:00:00 2001 From: Yong He Date: Sat, 4 Nov 2017 18:45:42 -0400 Subject: fix warnings --- source/slang/syntax.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/slang/syntax.cpp') diff --git a/source/slang/syntax.cpp b/source/slang/syntax.cpp index 9b6f6d44b..255cf4ff1 100644 --- a/source/slang/syntax.cpp +++ b/source/slang/syntax.cpp @@ -388,7 +388,7 @@ void Type::accept(IValVisitor* visitor, void* extra) return 0; } - bool ThisType::EqualsImpl(Type * type) + bool ThisType::EqualsImpl(Type * /*type*/) { return true; } @@ -399,7 +399,7 @@ void Type::accept(IValVisitor* visitor, void* extra) return this; } - RefPtr ThisType::SubstituteImpl(Substitutions* subst, int* ioDiff) + RefPtr ThisType::SubstituteImpl(Substitutions* subst, int* /*ioDiff*/) { while (subst) { -- cgit v1.2.3