Fix a bunch of -Wtype-limits warnings.
[platform/upstream/flac.git] / include / share / alloc.h
index 26fc508..75043fa 100644 (file)
@@ -49,7 +49,7 @@
 #ifndef SIZE_MAX
 # ifndef SIZE_T_MAX
 #  ifdef _MSC_VER
-#   define SIZE_T_MAX UINT_MAX
+#   define SIZE_T_MAX UINT_MAX /* What happens on 64 bit windows? */
 #  else
 #   error
 #  endif