From 23e72fc934eae5a5fadde21102ec342840956c1f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 24 May 2025 16:51:33 +0100 Subject: Convert Anope::Debug to an unsigned value. --- include/anope.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/anope.h b/include/anope.h index 618592090..3cc6b602d 100644 --- a/include/anope.h +++ b/include/anope.h @@ -379,7 +379,7 @@ namespace Anope /** The debug level we are running at. */ - extern CoreExport int Debug; + extern CoreExport unsigned Debug; /** Other command line options. */ -- cgit