From f0fc67db35096036300311c4c7cf4fe120185112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Mon, 20 May 2024 13:35:00 +0200 Subject: [PATCH] Removed compiler warnings for Runtime.NotImplemented --- GlitchyEngine/src/Extension/System/Runtime.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GlitchyEngine/src/Extension/System/Runtime.bf b/GlitchyEngine/src/Extension/System/Runtime.bf index ab2953c..ca6e1e6 100644 --- a/GlitchyEngine/src/Extension/System/Runtime.bf +++ b/GlitchyEngine/src/Extension/System/Runtime.bf @@ -2,7 +2,7 @@ namespace System { extension Runtime { - [NoReturn, Warn("The method is not implemented.")] + [NoReturn] // , Warn("The method is not implemented.") #unwarn public static void NotImplemented(String filePath = Compiler.CallerFilePath, int line = Compiler.CallerLineNum) {