Tue, 07 Nov 2023 21:13:04 +0100
make ASC_MAX_WINDOWS an unsigned literal
src/ascension/window.h | file | annotate | diff | comparison | revisions |
--- 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