From c85c8b6ff49e5d65bc78c649c9a246fa77b89610 Mon Sep 17 00:00:00 2001 From: Zephyr <12817816+ZephyrTFA@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:18:04 -0400 Subject: [PATCH] Tells od lints to shut the fuck up (#84069) ## About The Pull Request I want this lint to go away. it's killing me internally. ## Why It's Good For The Game It's a pragma that no longer exists --- tools/ci/od_lints.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci/od_lints.dm b/tools/ci/od_lints.dm index e339f5acb2d..710a13e2492 100644 --- a/tools/ci/od_lints.dm +++ b/tools/ci/od_lints.dm @@ -12,7 +12,6 @@ #pragma SoftReservedKeyword error #pragma DuplicateVariable error #pragma DuplicateProcDefinition error -#pragma TooManyArguments error #pragma PointlessParentCall error #pragma PointlessBuiltinCall error #pragma SuspiciousMatrixCall error