aboutsummaryrefslogtreecommitdiffstats
path: root/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'Types.h')
-rw-r--r--Types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Types.h b/Types.h
index ff8a4887..6f3ca6ab 100644
--- a/Types.h
+++ b/Types.h
@@ -387,6 +387,9 @@ public:
protected:
virtual TypePointer binaryOperatorResultImpl(Token::Value _operator, TypePointer const& _this, TypePointer const& _other) const override
{
+ (void)_operator;
+ (void)_this;
+ (void)_other;
return TypePointer();
}
};