# HG changeset patch # User Mike Becker # Date 1699387984 -3600 # Node ID 05d329adcecceaeaa7c684765004f2dd43d5d3ee # Parent 6ad1a4213954e50e0cfb6336e80e3676031d7055 make ASC_MAX_WINDOWS an unsigned literal diff -r 6ad1a4213954 -r 05d329adcecc src/ascension/window.h --- a/src/ascension/window.h Tue Nov 07 20:59:10 2023 +0100 +++ b/src/ascension/window.h Tue Nov 07 21:13:04 2023 +0100 @@ -34,7 +34,7 @@ #ifndef ASC_MAX_WINDOWS /** The maximum number of windows that can exist simultaneously. */ -#define ASC_MAX_WINDOWS 4 +#define ASC_MAX_WINDOWS 4u #endif // ASC_MAX_WINDOWS