From 2c9849af7eea1be334d4fc2aa45baff4ad1af69d Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Thu, 14 Nov 2024 20:46:18 -0600 Subject: [PATCH] Common - Add lint suppress to checkFiles (#10510) --- addons/common/functions/fnc_checkFiles.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/common/functions/fnc_checkFiles.sqf b/addons/common/functions/fnc_checkFiles.sqf index f94717aafee..13ad27a7cb5 100644 --- a/addons/common/functions/fnc_checkFiles.sqf +++ b/addons/common/functions/fnc_checkFiles.sqf @@ -179,6 +179,7 @@ if (isMultiplayer) then { }; private _fnc_diagnose_addonMismatch = { + //IGNORE_PRIVATE_WARNING ["_additionalAddons", "_cfgPatches", "_addons", "_mainSource"]; private _title = "[ACE] ERROR: ADDON MISMATCH"; // Figure out why we have a mismatch and where it's coming from