|
@@ -3140,7 +3140,7 @@ template<typename T> struct nk_alignof{struct Big {T x; char c;}; enum {
|
|
#define NK_SINT_MIN (-2147483647)
|
|
#define NK_SINT_MIN (-2147483647)
|
|
#define NK_SINT_MAX 2147483647
|
|
#define NK_SINT_MAX 2147483647
|
|
#define NK_UINT_MIN 0
|
|
#define NK_UINT_MIN 0
|
|
-#define NK_UINT_MAX 4294967295
|
|
|
|
|
|
+#define NK_UINT_MAX 4294967295u
|
|
|
|
|
|
/* Make sure correct type size:
|
|
/* Make sure correct type size:
|
|
* This will fire with a negative subscript error if the type sizes
|
|
* This will fire with a negative subscript error if the type sizes
|