diff --git a/deps/nuklear.h b/deps/nuklear.h index c37e328e..f121ba71 100644 --- a/deps/nuklear.h +++ b/deps/nuklear.h @@ -3113,8 +3113,8 @@ template struct nk_alignof{struct Big {T x; char c;}; enum { #define NK_USHORT_MAX 65535 #define NK_SINT_MIN (-2147483647) #define NK_SINT_MAX 2147483647 -#define NK_UINT_MIN 0 -#define NK_UINT_MAX 4294967295 +#define NK_UINT_MIN 0u +#define NK_UINT_MAX 4294967295u /* Make sure correct type size: * This will fire with a negative subscript error if the type sizes