From f557181341300c82d9de355cbafb50558882747f Mon Sep 17 00:00:00 2001 From: wrenge Date: Tue, 14 Nov 2023 13:05:59 +0300 Subject: [PATCH] Suppress warning --- tpl/codegen_autobind.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tpl/codegen_autobind.twig b/tpl/codegen_autobind.twig index e6fa4e8..8e32654 100644 --- a/tpl/codegen_autobind.twig +++ b/tpl/codegen_autobind.twig @@ -1,3 +1,5 @@ +#pragma warning disable CS0162 + using System; using System.Collections; using System.Collections.Generic;